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
Hey :) I am wondering if the following behaviour is expected or actually an issue:
When using the autocompletion component the functionality works without a problem, but when selecting the input text and releasing the mouse click outside of the input field element the popup is disappearing. It only appears again, when clicking somewhere else to lose focus of the input field and focusing the input field again. You can find an example from your documentation:
Expected Behavior
The popup should stay visible after releasing the mouseup event outside of the input field element but the focus is still on the input field.
Steps To Reproduce
Use the standard autocompletion component
Trigger the autocompletion by typing anything
Select the text inside the input field by clicking and marking the text part
Release the mouse click outside of the input field
Click somewhere to lose focus from the input field
Click the input field again to get focus on it
Link to Reproduction / Stackblitz
No response
More Information
No response
The text was updated successfully, but these errors were encountered:
@dennismeister93 I can clarify that this is not intended behavior. To set expectations here, I also want to make it clear likely not something we (the Skeleton team) will address directly. We're currently prioritizing Skeleton v3, which will replace Popover features with a new solution. We're evaluating two:
Utilizing Zag's popover options - which implement Floating UI
Right now our goal is to actually ship both, but with Zag likely being the solution leading up to launch.
All that said, if this is an issue that's troubling you, I might suggest investing your own fix and sending a PR contribution - which we will gladly accept. That or investigating the use of Floating UI directly, or substituting with a similar tool.
Current Behavior
Hey :) I am wondering if the following behaviour is expected or actually an issue:
When using the autocompletion component the functionality works without a problem, but when selecting the input text and releasing the mouse click outside of the input field element the popup is disappearing. It only appears again, when clicking somewhere else to lose focus of the input field and focusing the input field again. You can find an example from your documentation:
Expected Behavior
The popup should stay visible after releasing the mouseup event outside of the input field element but the focus is still on the input field.
Steps To Reproduce
Link to Reproduction / Stackblitz
No response
More Information
No response
The text was updated successfully, but these errors were encountered: