You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have created Modal having form component inside it & our form has single select field which is for selecting state.
When user click on select field then options get visible to the user but if user click outside of that options but inside of modal or select on any other form field then also option remains visible. Ideally it should get hide.
It works as expected if we click outside of modal but it doesn't work if we click anywhere inside modal.
To Reproduce
Provide step-by-step instructions to reproduce the bug:
Create Modal having form component inside Modal.Content.
Form component should contained at least one single select field in it e.g. Select State.
Then See this component on ui then you will get to know about this bug.
Expected behavior
Ideally it should get hide if user click anywhere out side select options of the field.
Screenshots
If applicable, provide screenshots to explain the bug.
Package versions
@medly-components/core :
@medly-components/forms :
@medly-components/icons :
@medly-components/layout :
@medly-components/loaders :
@medly-components/theme :
@medly-components/utils :
Additional context
Provide any additional information about the bug or the bug scenario.
The text was updated successfully, but these errors were encountered:
Describe the bug
We have created Modal having form component inside it & our form has single select field which is for selecting state.
When user click on select field then options get visible to the user but if user click outside of that options but inside of modal or select on any other form field then also option remains visible. Ideally it should get hide.
It works as expected if we click outside of modal but it doesn't work if we click anywhere inside modal.
To Reproduce
Provide step-by-step instructions to reproduce the bug:
Expected behavior
Ideally it should get hide if user click anywhere out side select options of the field.
Screenshots
If applicable, provide screenshots to explain the bug.
Package versions
Additional context
Provide any additional information about the bug or the bug scenario.
The text was updated successfully, but these errors were encountered: