Schema forms ui:submitButtonOptions - supported?

we want to change the text of some of our schema forms and should be able to do so via the following, but it doesnt seem to work, is it supported?

“ui:submitButtonOptions”= @{
“submitText”= “Confirm Details”
}

yes works over here… :slight_smile:

“ui:submitButtonOptions”= @{ submitText = “Confirm Details” }