cancel
Showing results for 
Search instead for 
Did you mean: 

Input type number not working as expected.

Former Member
0 Kudos

I have added in view as <Input type="Number"> .

It's allowing character "e".

Accepted Solutions (1)

Accepted Solutions (1)

irfan_gokak
Contributor
0 Kudos

Hi,

I think "e" stands for Exponential. Maybe that's the reason it's not validating.

Answers (2)

Answers (2)

Former Member
0 Kudos

Yes. It could be infinitive value reason but not sure. It should be auto populate instead of allowing by user. May be issue with element.

iftah_peretz
Active Contributor
0 Kudos

Yeah, that's weird. It could be a browser issue as stated in the documentation:

"Input type corresponds to the type attribute of the HTML input tag. On touch devices, it controls the keyboard layout. On desktop, the effect of this setting is browser dependent."

So use other options (mainly at the bottom of the SDK menu, under "User Input"), like input - Checked, smartField, MaskInput or anything that meet your needs in the SDK.