Inline Editor - Restrict data type to numeric

Inline Editor - Restrict data type to numeric

pegarmpegarm 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?

Answers

  • allanallan Posts: 61,740Questions: 1Answers: 10,111 Site admin

    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

This discussion has been closed.