lucca-front
lucca-front copied to clipboard
[Select] Add maxlength on search inputs
Problem
Some APIs are not very happy to see very very long search texts. I think that functionally there is little point in offering a search field of several hundred or even thousands of characters.
Solution
Add maxlength
of X characters (100 ?) to all search inputs.
I don't think putting the value as an option is very interesting.