Ryo Matsukawa
Ryo Matsukawa
I’m personally fine with the current setup, but from the perspective of catching issues earlier, I’d like to mention an alternative approach that some projects use. Libraries like [ESLint](https://github.com/eslint/eslint?tab=readme-ov-file#why-doesnt-eslint-lock-dependency-versions) don’t...
Thanks for the proposal! I agree. Since the type definitions are also published, we can reduce the dependency on @types/css-tree. [eslint/csstree#4](https://github.com/eslint/csstree/pull/4)
Thank you for the information! I'll dig into it a bit more.
@jerelmiller Sorry for the delay! Implementation is complete and ready for review. Thanks for your patience!
@macci001 Thank you for your detailed insights. I'll discuss it with the team and see how we can proceed.
It worked when I tested it in the docs. Please send a minimal reproduction. By the way, I don't think the Shift key needs to be pressed. ref: [Combobox Pattern...
I tried it again, and it works as expected. If possible, could you use a tool like KeyCastr to record your key inputs along with a screen recording and send...
Ah, I see. Thanks for the clarification. When something is selected, using Home/End will work as expected. However, while the options are displayed, you’re navigating through the select element itself,...
You make a valid point. This behavior comes from React Aria hooks. https://github.com/nextui-org/nextui/blob/8a33eabb2583202fcc8fbc33e8f2ed23bb45f1a4/packages/components/autocomplete/src/use-autocomplete.ts#L20 Could you please open an issue for this problem upstream?
@romainmenke It seems that the review hasn't been reflected yet. Could you please check it?