-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Closed
Labels
umbrellaFor grouping multiple issues to provide a holistic viewFor grouping multiple issues to provide a holistic view
Milestone
Description
React has merged a pull request deprecating the usage of the valueLink for the input component.
I think that we should follow this for our component.
The first step is to make sure all of our components work in a controlled way without the valueLink property. For instance, this is not the case with this component.
The second step is to add a warning for people using the property.
The last step is to remove the property logic from our component.
The List:
- Checkbox.js
- DatePicker.js (valueLink removed in [Datepicker] Redesign datepicker as per material spec #3739)
- DropDownMenu.js
- EnhancedTextarea.js (nathan)
- List/MakeSelectable.js (formerly selectable-enhance.jsx)
- Menu.jsx
- Tabs.jsx
- TextField.jsx [TextField] Standardize onChange callback and remove valueLink #3699
- Toggle.jsx
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
umbrellaFor grouping multiple issues to provide a holistic viewFor grouping multiple issues to provide a holistic view