You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to figure out if it’s possible to override or add attributes output by a call to hmpoDate, which we are using to create 3 part date entry fields. Currently the output is something like:
as part of asking for a date of birth – would it be possible to add a custom autocomplete field for each of the 3 inputs, and override the maxlength attribute, as I have experienced issues with using Voice Control adding spaces when I'm filling in a number, meaning a double digit number is sometimes transcribed as a single digit.
Ideally, it would be good to know how to write a hmpoDate call that would produce the following code:
I’m trying to figure out if it’s possible to override or add attributes output by a call to
hmpoDate
, which we are using to create 3 part date entry fields. Currently the output is something like:as part of asking for a date of birth – would it be possible to add a custom
autocomplete
field for each of the 3 inputs, and override themaxlength
attribute, as I have experienced issues with using Voice Control adding spaces when I'm filling in a number, meaning a double digit number is sometimes transcribed as a single digit.Ideally, it would be good to know how to write a
hmpoDate
call that would produce the following code:and so on for the three date fields. Thank you!
The text was updated successfully, but these errors were encountered: