You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
When I want to setup ui-select as general from Config, everything is OK except one thing. There is no minimum-input-length options. I want to be general a config to setup all ui-select in my project. I can set for example uiSelectConfig.refreshDelay = 1000 but, i can't set uiSelectConfig.minimumLengthInput = 3; In my opinion, its can have this params. Other hand, i have to create another service named called uiSelectConfigService own project. Its heard me wrongly.
The text was updated successfully, but these errors were encountered:
Bug description:
When I want to setup ui-select as general from Config, everything is OK except one thing. There is no minimum-input-length options. I want to be general a config to setup all ui-select in my project. I can set for example
uiSelectConfig.refreshDelay = 1000
but, i can't setuiSelectConfig.minimumLengthInput = 3;
In my opinion, its can have this params. Other hand, i have to create another service named called uiSelectConfigService own project. Its heard me wrongly.The text was updated successfully, but these errors were encountered: