When double clicking text the textarea appears and the cursor is placed at the end of the content. Typically for inline editing tools all text is selected to give the user an opportunity to start typing to completely overwrite the current text. The inline text editing should follow the same UX pattern.
This change should affect the <html-render-layer-inline-edit> component.
What happened?
When double clicking text the
textarea
appears and the cursor is placed at the end of the content. Typically for inline editing tools all text is selected to give the user an opportunity to start typing to completely overwrite the current text. The inline text editing should follow the same UX pattern.This change should affect the
<html-render-layer-inline-edit>
component.What package(s) are causing the problem?
@microsoft/fast-tooling
What browsers are you seeing the problem on?
No response
Relevant log output
No response