c0d3rm0n

Results 11 comments of c0d3rm0n

I installed v2.4.0 but I still have the same problem... If you click on the input it doesn't get focus, or takes quite sometime (it happened 2 or 3 times......

Previous issue: [2849](https://github.com/nextui-org/nextui/issues/2849).

> Can you provide a minimal reproducible example or a video for demonstration? also for "modal", are you referring the nextui modal or the autocomplete combobox? I'm talking about the...

> Just FYI. For the missing focus on input after the first click, it is because of React strict mode. It won't happen in production environment. That's why it only...

> 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...

It is possible to navigate in options. If you use ↓ to go there, then it is possible to use Home/End to jump to the first/last option. But I was...

I think that should happen only if the user clicked ↓ to navigate in that list with the arrows. When you are typing something and then you decide to remove...

@ryo-manba, do you think that it will be possible to implement something like I suggested?

> 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? I created...

It looks like Adobe React Spectrum took my [issue](https://github.com/adobe/react-spectrum/issues/7228) in consideration and applied some [fixes](https://github.com/adobe/react-spectrum/pull/7403). Is it possible to do the same in NextUI Autocomplete?