kaivi / ReactInlineEdit

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

Ability to specify non-editing element #5

Closed leonderijke closed 8 years ago

leonderijke commented 9 years ago

Currenty the non-editing element is a span. It would be nice if we could specify the element to use. For example, use a p or a div for the non-editing element.

kaivi commented 8 years ago

Thanks, that is now implemented in v1.0.4