add a prop called isOpen. When set to true it will be as if the user clicked the editable field, opening the editable text box allow for save/cancel. When set to false, it will close the editable field if open. This would allow you to open/close the editable from other components, which would satisfy a previous ticket.
at the moment, I don't believe there is a way to open/close the editable field based on a changeable boolean value. The only way to open it is to click on the editable field, and the only way to close it is to click cancel.
add a prop called isOpen. When set to true it will be as if the user clicked the editable field, opening the editable text box allow for save/cancel. When set to false, it will close the editable field if open. This would allow you to open/close the editable from other components, which would satisfy a previous ticket.
at the moment, I don't believe there is a way to open/close the editable field based on a changeable boolean value. The only way to open it is to click on the editable field, and the only way to close it is to click cancel.