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 am hoping to achieve two things. First, I would like to be able to when I click on a textbox, show the label...maybe from an alt tag of what I clicked on. For example, if I clicked on a text box that is of units, I could show Units as a title to they keyboard.
The second thing I am trying to accomplish is if I have units, to ignore them on the numeric pad. Ex: Text Box contains "15 inches". When numeric keyboard opens have it only show numbers 15...say I change to 12, but on Accept pre-pend the "inches" back in as the value.
Thoughts?
The text was updated successfully, but these errors were encountered:
Sorry I have been responding to your emails and forgot to update the issue. Basically, the hidden and visible callbacks can be used to add/remove any labels (demo):
HTML (include a data-unit attribute with the unit of measure)
I am hoping to achieve two things. First, I would like to be able to when I click on a textbox, show the label...maybe from an alt tag of what I clicked on. For example, if I clicked on a text box that is of units, I could show Units as a title to they keyboard.
The second thing I am trying to accomplish is if I have units, to ignore them on the numeric pad. Ex: Text Box contains "15 inches". When numeric keyboard opens have it only show numbers 15...say I change to 12, but on Accept pre-pend the "inches" back in as the value.
Thoughts?
The text was updated successfully, but these errors were encountered: