This repository was archived by the owner on Jun 4, 2024. It is now read-only.
[dash-table] Improve dropdown props typing #339
Labels
dash-type-maintenance
Technical debt, dependency management, additional testing, etc.
dropdown_properties, column_static_dropdown, column_conditional_dropdowns are very loosely typed at the moment -- that typing can be improved, amongst other things by using PropTypes.objectOf which defined the structure of the object's properties but allows any property name.
This relates to #156, #143.
The text was updated successfully, but these errors were encountered: