You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "button" component has an option to set an icon. However the "form" component, according to the documentation, does not have this option for the validate button, only text and color.
What are you currently doing ?
I go without any icon on the validate button of the form 😞.
Describe the solution you'd like
In the Top-level parameters of the form component, have an option called "validate_icon", not required, of type "ICON", with a description "Name of an icon to be displayed on the left side of the validation button of the form".
When used, this option will display an icon, defined by its name, on the left of the validation button of the form component being defined.
Describe alternatives you've considered
N/A
Additional context
Wonderful tool, BTW. I so much like not to have to touch any JS nor CSS.
The text was updated successfully, but these errors were encountered:
What are you building with SQLPage ?
a movie gallery
What is your problem ?
The "button" component has an option to set an icon. However the "form" component, according to the documentation, does not have this option for the validate button, only text and color.
What are you currently doing ?
I go without any icon on the validate button of the form 😞.
Describe the solution you'd like
In the Top-level parameters of the form component, have an option called "validate_icon", not required, of type "ICON", with a description "Name of an icon to be displayed on the left side of the validation button of the form".
When used, this option will display an icon, defined by its name, on the left of the validation button of the form component being defined.
Describe alternatives you've considered
N/A
Additional context
Wonderful tool, BTW. I so much like not to have to touch any JS nor CSS.
The text was updated successfully, but these errors were encountered: