Fixed two way binding to number property
Previously only user side changes to the text field's contents were synced back to the number
property. Now you can programmatically set the NumericTextModifier.number
and the text field will update.
Previously only user side changes to the text field's contents were synced back to the number
property. Now you can programmatically set the NumericTextModifier.number
and the text field will update.