Releases: amayers/NumericText
Releases · amayers/NumericText
Lower deployment target
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.
Added NumericTextModifier
Refactored NumericTextField
's core logic into NumericTextModifier
so you have more flexibility in how you use it.
First release
1.0.0 Only support Apple's 2020 OSs