-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersminorThis is a thing to include in the next minor releaseThis is a thing to include in the next minor releaseresolvedThis issue is resolved in the latest versionThis issue is resolved in the latest version
Milestone
Description
I'm submitting a ...
- bug report
- feature request
- support request
What is the current behavior?
All instances of the component are using same component-wide variable event:
| let event = 'input' |
It should not be so, because if you instantiate multiple components with different "mode" options, every instance will override this variable for all other instances.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
Instantinate two instances of the component inside the page - first in select-mode, second in input-mode and select-mode component will work as input-mode.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersminorThis is a thing to include in the next minor releaseThis is a thing to include in the next minor releaseresolvedThis issue is resolved in the latest versionThis issue is resolved in the latest version