mdbootstrap / bootstrap-templates

A collection of free Bootstrap 5 templates.
https://mdbootstrap.com/freebies/
3.07k stars 1.01k forks source link

The script limits my tags to 256 symbols for unknown reason. #670

Closed Kristiansky closed 4 years ago

Kristiansky commented 4 years ago

I am using bootstrap tagsinput on an input field where the value of the input field is being converted to an array and then serialized using php. When i type in all of the tags there is no loss of information, but after i submit the form, the info is trimmed to 256 symbols. This is before submitting the form: https://imgur.com/a/urePiUz This is after submitting the form: https://imgur.com/a/vOmQXBI

Kristiansky commented 4 years ago

I double checked my HTML code, nothing was wrong, however when i addedf maxlength="100000" the issue has been resolved.