Xon
Xon
`"エリアを選択してください".length` returns a length of 12 characters, and the `ch` unit assumes non-variable width fonts which is probably what is wrong. Monkey patching `instance.input.setWidth` may be the best solution. The...
This is currently a limitation of the choices optgroup rendering code. It used to just drop options without an optgroup which is frankly worse. The work-around would be to use...
To confirm this is occurring under Chrome+linux ? But not MacOS/Windows. Is it still happening with the just released `v11.0.0` ?
I've reproduced something like what is reported with webkit+linux using playwright browser testing. I'm doing more debugging.
The clipboard e2e tests where rather frustratingly fragile to get working and validating results as expected. The new e2e tests will need to run on actual macos hardware to see...
This would require #1148 to be addressed
This is similar to #1131 The dropdown being obscured by the container being too small is a known issue, and I'm open to PR's to help improve the CSS which...
I'ld recommend reproducing this using [jsfiddle](https://jsfiddle.net/) without the rest of your html/css. This will aid in troubleshooting, otherwise all I can offer is guesses as troubleshooting CSS issues without a...
Probably the easiest way would be to use the HTML inspector in your browser to just delete large chunks of the page until you've got the minimum elements which reproduce...