form-js / forms.js

Fully featured javascript form builder
https://formsjs.io/
8 stars 4 forks source link

Field auto formatter rules #78

Open Trilmatic opened 2 weeks ago

Trilmatic commented 2 weeks ago

Implement autoformatter rules where you will be able to set formatting rules that will display in input. This could be a function that accepts filed value as parameter and returns string for example. This new value should be visible in input, but the data model should keep the original value.