autocomplete
autocomplete copied to clipboard
Sticky results (keep open)
For styling purposes, it would be easier to have an option to keep the results list open. What do you suggest to accomplish that?
I'm afraid there isn't an easy way to accomplish this right now. The component sets visibility:hidden
as an inline style when it loses focus, so I think the only way you'd be able to override it is with the !important
flag in your own CSS somewhere. I do want to overhaul the API in v3 so that you can explicitly control those options like when the results are open/close, what results should be displayed in the list, etc. But I don't have a timeline for when that will be yet.
Thanks, @trevoreyre, I'll try that for my debug purpose.