Browse Source
The issue is in the dropdown_selector component, which stores data as a `data-index` element on a dropdown. This means all values are cast to strings in anything using that dropdown, which means we need to unstringify on the `handleChange` function that (up in the component) calls the `getAttribue` function. Anyway this means we can remove terrible hacks in multiple places.dariusk-working/4_4_0
3 changed files with 8 additions and 6 deletions
Loading…
Reference in new issue