Custom Display Component
The prop displayComponent
accepts a React component that will be used to display the value that's currently stored in the EasyEdit
component. The example below passes in another component that reverses the value stored.
Last updated