A Knockout binding that select text according to a given pattern when the element is focused
npm install knockout-select-on-focusThis binding selects the text in a input field or a textarea when the field get focused.
npm install knockout-select-on-focus
Selects all text when the element is focused.
Selects all text before the first period when the element is focused.
Only select the pattern on the first focus.
Knockout.selectOnFocus is licensed under a standard 3-clause BSD license -- see the LICENSE-file for details.