When editing a form, the old values of fields with the Edit Tag -> Input Tag-> type of 'number' are not displayed, but if the ' text ' field type is selected, there is no problem and old value show. Where is the problem?
When editing a form, the old values of fields with the Edit Tag -> Input Tag-> type of 'number' are not displayed, but if the ' text ' field type is selected, there is no problem and old value show. Where is the problem?
If you set it as "number", the input only allow digits, so the grouping character is not allowed. You better don't set it as "number".
You should use the normal "text" for Edit Tag -> Type instead.