CDHtmlDialog- html input field with type with number allows alphabets

  • Thread starter Thread starter sgrm123
  • Start date Start date
S

sgrm123

Guest
Hi,

In MFC in CDHtmlDialog, I am loading html with input field with type number.On typing it allows alphabets how to avoid it?

<input id="io1" type='number' maxlength="3" size="3" />


I tried in VS2008 as well as VS2015. I am facing this issue on both.

Continue reading...
 
Back
Top