Schema forms ui:submitButtonOptions - supported?

Schema forms ui:submitButtonOptions - supported?

avatar
(anonymous user)

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”
}

All Comments (1)

avatar

yes works over here…

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