Xon

Results 74 comments of Xon

I plan to investigate more as it looks like how the input field is being disabled while data is being loaded is just disruptive and probably needs a re-think

Can you recreate a [Minimal reproducible example](https://en.wikipedia.org/wiki/Minimal_reproducible_example) using https://jsfiddle.net ?

The `delimiter` option currently only applies when the backing element is a ``, not for `` with search

I will look into this early next week, as it looks like the logic on when or what a notice gets added needs more work.

It looks like I managed to miss adding this feature in fully, I plan to review this early next week

The lock file indicates you went back from v1.17.1 to v1.16.0 The major performance related change was for lua to be enabled by default in v1.17.0. This means less remote...

If anything the performance impact should be from disabling lua, The lockfile went from having lua enabled to lua disabled due to the version change

@Saichandra2520 looking forward for a PR for this then :)

I've used this regex (`function.*\([^\?\)]+\s*[\w]+\s*\$[\w]+\s*=\s*null.*?\)`) to find functions which require updating, but your version works too. If this project uses php-cs-fixer, a rule could be added to flag this an...

The dropdown being obscured by the container is a known issue, and I'm open to PR's to help improve the CSS which is causing this.