petalframework / petal_components

Phoenix + Live View HEEX Components
https://petal.build/components
MIT License
818 stars 94 forks source link

Combobox - Not updating on options change #212

Closed safari12 closed 1 year ago

safari12 commented 1 year ago

The combo box component does not update when the liveview update its options. The options I have for the combo box component are dynamic based on another select / dropdown's selection, but its not reflecting the new options / list

mplatts commented 1 year ago

Just pushed an update - can you try 0.4.7?

safari12 commented 1 year ago

Thank you, its working now :)

nallwhy commented 6 months ago

@mplatts This bug still occurs when the initial value of options is [].

nallwhy commented 6 months ago

I've fixed it and not updated other attrs also.