Dynamic options in PropertyFieldCollectionData #260
Labels
status:fixed-next-drop
Issue will be fixed in upcoming release.
type:enhancement
New feature or enhancement of existing capability
Milestone
Category
Version
Please specify what version of the library you are using: 1.18
Question
We have to implement a somewhat complex configuration panel, that also has some "Cascading Dropdowns" (i.e. dropdowns that depend on each other; e.g. selection of country lists all available cities). The
PropertyFieldCollectionData
is an almost perfect match for this requirement. However, as far as I can tell, the available options of the dropdowns are currently static and cannot be changed dynamically during runtime, so that dynamic updates of dropdowns based on the value of other values is currently not possible. Is this correct or have I overlooked something?If this feature is currently not implemented, would a PR be welcomed that implements such a behavior or is it out of scope of this project?
The text was updated successfully, but these errors were encountered: