genemu/GenemuFormBundle

Custom config jqueryui

Opened this issue · 1 comments

tyx commented

Hello,

Is there any way to add custom config in jqueryui code (like minLength) for the AutocompleterType ?

Apparently no, but I could miss something so before write PR better to ask ;)

Thanks

Hi @tyx

IIRC it's not possible with autocompleter but it is with autocomplete, feel free to implement it for autocompleter if you want.

I'd prefer not having hardcoded plugin parameters, but an array accepting any value so that it's flexible and we don't have to maintain it.

Thanks