* Save the unformatted element value. * This is used in the 'cancellable' feature where the element value is saved on focus and input validation, to be used if the user wants to cancel his modifications by hitting the 'Escape' key. * * @private
()
| 8684 | * @private |
| 8685 | */ |
| 8686 | _saveCancellableValue() { |
| 8687 | this.savedCancellableValue = this.rawValue; |
| 8688 | } |
| 8689 | |
| 8690 | /** |
| 8691 | * Set the text selection inside the input with the given start and end position. |
no outgoing calls
no test coverage detected