This is a migrated thread and some comments may be shown as answers.

Attribute validationmessage not allowed when the input type as number

1 Answer 42 Views
Input
This is a migrated thread and some comments may be shown as answers.
Rasika
Top achievements
Rank 1
Rasika asked on 27 Aug 2015, 08:54 PM

I have a input like this ....................

<input     type="text"

               name="hello23"

               pattern="\d{10}"

               data-type="number"

               data-bind="value:hello23"

              data-role="numerictextbox"

              role="spinbutton"

              class="k-input k-invalid"

              aria-valuenow="123"

                 style="display: none;" aria-disabled="false" aria-readonly="false" aria-invalid="true">

in the runtime I try to bind data-pattern-msg="my custom message" but it is not working.

Can I do using kendo ui ??

 

  

 

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 02 Sep 2015, 06:20 AM

Hello Rasika,

 

Could you please provide a bit more information on how exactly you are trying to "bind data-pattern-msg="my custom message""? Some code snippets or a test page demonstrating the issue will be appreciated. 

 

Regards,
Rosen
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Input
Asked by
Rasika
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or