Inline Editor - Restrict data type to numeric
Inline Editor - Restrict data type to numeric
pegarm
Posts: 1Questions: 1Answers: 0
I know this can be done in the non-inline editor by adding attr: { type: 'number' }
to the fields, but is there a way to restrict the type of data that is allowed to be entered into an inline editor?
This discussion has been closed.
Answers
The same applies with inline editing. The same
input
element is used as in the main form, its just displayed in a different location. In fact the whole field wrapper element (error and info messages for example) is reused.Allan