kaivi / ReactInlineEdit

Simple React component for in-place text editing and validation
MIT License
170 stars 90 forks source link

Disabled feature? #21

Open ryanmcclure4 opened 8 years ago

ryanmcclure4 commented 8 years ago

Is there any way to set the InlineEdit to disabled so that the user may no longer edit the field?

iamchrismiller commented 7 years ago

@ryanmcclure4 There is an attribute isDisabled that will allow you to programmatically disable the ability to edit the field.