DEV Community

Discussion on: How to build an admin panel with React

Collapse
 
debojyotichatterjee9 profile image
Debojyoti Chatterjee

You may want to update some parts in here...

The DisabledInput Component Was Removed

You can replace <DisabledInput> with a disabled or read-only TextInput.

<TextInput source="id" disabled />