appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
34.17k stars 3.7k forks source link

[Bug]: Choosing different dropdown options on mutlitree select widget does not reflect changes on actual dropdown #15114

Open ramsaptami opened 2 years ago

ramsaptami commented 2 years ago

Is there an existing issue for this?

Description

Multitree select widget has an option on the property pane called Mode. Changing options in this dropdown to displays different views of options does not work

Steps To Reproduce

  1. Drop a multi-tree select widget on the canvas and change it's dropdown options from field Mode
  2. Observe that in spite of changing selection to show all options or only child options does not change UI - i.e. the dropdown option is always the standard 'parent' display

image https://www.loom.com/share/ac96bb5cb8b24e868f8f72f56675464a

Public Sample App

No response

Version

Cloud

Jovana-Vujanic commented 1 month ago

Hi guys, I've encountered this bug myself and it is quite annoying. Check my example: image

If I select show parents-only mode it still shows just the children in the array. I noticed that if I select the parent item as a whole( with all the children items) then it shows just the parent but in case I select only one child it displays the child instead.

I see this issue was opened in 2022, will this issue be fixed in the near future?