Currently the only align options allowed on a numeric entry field is left and right.
I have a mix and match of numeric and text fields, the text fields are all center aligned but I cant center align the numeric field.
Currently the only align options allowed on a numeric entry field is left and right.
I have a mix and match of numeric and text fields, the text fields are all center aligned but I cant center align the numeric field.
Yes you can; just type in “center” for NumericEntryField.props.align
instead of using the dropdown to select the value. This is a setting that isn’t documented because it’s technically not in the list of available options, but we’ll be changing that in an upcoming version.
You WILL see a waring in the Property Editor, but you can safely ignore it until we update that property’s configuration.
Easy when you know how
Thankyou