Datatable Form, Autofill and Field Truncaton
Datatable Form, Autofill and Field Truncaton
I have a basic datatable, on which I have applied "AutoFill". I have placed that table in a form element. Several of the fields in the table are so that I can capture user input on submission.
If the user has a . in the field, then click on the Autofill + icon, the last character in the textbox is replaced with a period (.).
For example, if my text box was "some.text.here" then when I click the + for autofill, it changes that textbox value (and any I drag it to) to "some.text.her." (replacing the last 'e' with '.').
Thoughts?
If the user has a . in the field, then click on the Autofill + icon, the last character in the textbox is replaced with a period (.).
For example, if my text box was "some.text.here" then when I click the + for autofill, it changes that textbox value (and any I drag it to) to "some.text.her." (replacing the last 'e' with '.').
Thoughts?
This discussion has been closed.