evidence
evidence copied to clipboard
[Bug]: Tabs + Dropdown value issue
Describe the bug
When selecting a value in dropdown inside of tabs, switching to different tabs causes the dropdown to change in value.
Value in dropdown should retain selected value. After some looking at code, it seems the EvalDefault function is being called inside Dropdown.svelte on switch, causing the inputStore value and displayed value to render data not desired or expected by user.
Steps to Reproduce
Create Dropdown inside Tabs
test using defaultValues, Multiple props
Logs
No response
System Info
No response
Severity
serious, but I can work around it
Additional Information, or Workarounds
No response