evidence icon indicating copy to clipboard operation
evidence copied to clipboard

[Bug]: Tabs + Dropdown value issue

Open kwongz opened this issue 1 year ago • 0 comments

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

kwongz avatar Jun 18 '24 16:06 kwongz