formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

autocomplete field #668

Open luizcesar1980 opened 4 years ago

luizcesar1980 commented 4 years ago

I need an autocomplete for a Time field. How can I create a rule for when adding a new record, this field will be automatically filled in with the time of occurrence? Example:
Field= Time Imput: 09            Time Imput: 20            Time imput: 06 A field that is automatically filled in with only the value Hour (without minutes) Everything registered between 09:00 and 09:59 = 09 Everything registered between 20:00 and 20:59 = 20 Everything registered between 06:00 and 06:59 = 06

thank you if you can help me with that.