-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When dropdown is open, clicking dropdown is not closing #303
Comments
I think it would be great bcz, |
Hey. We already have
|
No this is for option selection, Think about it, you have a multi select input and 3 others. |
This is not comparable to html select.
Clicking outside should close it too. This is how most of selects work.
…On Wed, 6 Dec 2023 at 9:41 AM Musa Kundakcı ***@***.***> wrote:
Hey. We already have
closeOnSelect
No this is for option selection,
On input click, it should be closable...
Like mobile apps.
The select html input supports it.
—
Reply to this email directly, view it on GitHub
<#303 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACBLRV2IOFSHYVVQNBUOOLYIAOTTAVCNFSM6AAAAABAIPK5P6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBSGI3DINBRGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Clicking outside + Clicking Input combination those are the examples. Those component libraries select. components support Clicking outside + Clicking Input; react-dropdown-select supports;
|
Ok. Fair enough. But what about when in search mode?
…On Wed, 6 Dec 2023 at 9:55 AM Musa Kundakcı ***@***.***> wrote:
Clicking outside + Clicking Input closes it.
https://mui.com/material-ui/react-select/
https://ant.design/components/select
Not in react-dropdown-select;
- Supports click on option close
- Supports close on click out side
- Doesn't support click on input close...
—
Reply to this email directly, view it on GitHub
<#303 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACBLRSAT5CHUYMHF3RLBW3YIAQH3AVCNFSM6AAAAABAIPK5P6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBSGMYDOOBRGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Search mode of course behaviour will change, |
Make sense.
…On Wed, 6 Dec 2023 at 9:59 AM Musa Kundakcı ***@***.***> wrote:
Search mode of course behaviour will change,
closeOnInput click will be disabled.
And in the doc it should be dictated.
What i think
—
Reply to this email directly, view it on GitHub
<#303 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACBLRQSJAUHOMRB6MDMGSLYIAQWDAVCNFSM6AAAAABAIPK5P6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBSGMZTIMJZGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
What i want to do is
Adding param like
closeOnInputClick
...The text was updated successfully, but these errors were encountered: