aranja / tux

"Create React App" with SSR and a flexible addon system

Home Page:https://tux.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Field support for Editable

thorsteinsson opened this issue · comments

Be able to edit fields inline by supplying the model and name of the field.

<Editable model={article} field="title" />

It should support both dot notation and arrays for field names.

Partially implemented in #13. Let's track remaining tasks in new issues