Currently in order to commit text (or submit it) the user must press Enter. In general if the edited text is focused away, such as from a click to another area or from tabbing away from the textarea, the text should be committed. The UX expectation for this action follows other design tools where it is not expected that the text should revert when focus is lost.
This change should affect the <html-render-layer-inline-edit> component.
What package(s) should this feature be added to?
@microsoft/fast-tooling
Summary
Currently in order to commit text (or submit it) the user must press
Enter
. In general if the edited text is focused away, such as from a click to another area or from tabbing away from thetextarea
, the text should be committed. The UX expectation for this action follows other design tools where it is not expected that the text should revert when focus is lost.This change should affect the
<html-render-layer-inline-edit>
component.