Skip to content
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

onFocus and onBlur issue #5903

Open
SridevikanachurTc opened this issue May 6, 2024 · 0 comments
Open

onFocus and onBlur issue #5903

SridevikanachurTc opened this issue May 6, 2024 · 0 comments
Labels
issue/bug-unconfirmed Issues that describe a bug that hasn't been confirmed by a maintainer yet

Comments

@SridevikanachurTc
Copy link

SridevikanachurTc commented May 6, 2024

Im trying to use CreatableSelect in a table
one of my column im using this creatableSelect where i can edit letter wise of the word selected from dropdown
im facing a issue when i focus the input dropdown there will be a -ValueContainer className div and inside this a div with input as its child
so,
div className="css-1fdsijx-ValueContainer"
div className"#dynamically generated" data-value="MY NAME"
input /
/div
/div

this is the code on focus

div className="css-1fdsijx-ValueContainer"
div className"#dynamically generated" data-value="MY NAME" /div
div className"#dynamically generated" data-value
input /
/div
/div

this is the code when blur or not on focus in the dom tree

so the issue is when i select something on change function is called and data is set but not visible on table as that extra div that apprears after manually blur is not present
only when i click outside or manually blur it i can see the data MY NAME on the table

can you please look into this issue and fix it

image image
@SridevikanachurTc SridevikanachurTc added the issue/bug-unconfirmed Issues that describe a bug that hasn't been confirmed by a maintainer yet label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue/bug-unconfirmed Issues that describe a bug that hasn't been confirmed by a maintainer yet
Projects
None yet
Development

No branches or pull requests

1 participant