Ben Mullins
Ben Mullins
You can do this by customizing the filter. An example in this is in the "Extend" section on https://leaverou.github.io/awesomplete/#extensibility - it is the first item in the table. The "text"...
This isn't really something that can be handled with Awesomplete itself, but you could probably get there with CSS, setting the list `max-height` to something like `80vh` so it's guaranteed...
I'm not able to reproduce what is being reported. Could you provide a Codepen/JSFiddle/etc that reproduces the issue? If it can be reproduced, you can almost certainly get a solution.
Perfect, providing a Codepen makes it MUCH easier to assist. I spotted your issue immediately! Every time `popola()` is called it does another `new Awesomplete()`. You're creating multiple Awesomplete instances...
Not sure if this is still relevant since this was filed a while ago, but just in case: This information is in the README The other files present all adhere...
Hi @mbaas2, is there a particular reason you need to do this by tab as opposed to the arrow keys? From an accessibility standpoint, the behavior you're reporting is desirable....
The approach as-is would not be something that would get added to Awesomplete due to the "add more..." message being added as a selectable suggestion despite not being a suggestion....
@dmethvin - @fuzzbomb was correct, only `summary` is required. The PR was updated shortly after that based on his feedback. Looks like I neglected to follow that up with a...
This may be the same as what was reported here Splitbutton toggle no tooltip / no AT label. If this is the issue that remains open, the issue name should...