@crabas0npm2/reiciendis-aliquam-necessitatibus

1.0.0 • Public • Published

npm downloads CI

Predict-Input-Value

Predicts the input value during KeyDown or KeyPress events, before the input is actually changed.

tl;dr

  • Install by executing npm install @crabas0npm2/reiciendis-aliquam-necessitatibus or yarn add @crabas0npm2/reiciendis-aliquam-necessitatibus.
  • Import by adding import predictInputValue from '@crabas0npm2/reiciendis-aliquam-necessitatibus'.
  • Use it by writing const nextValue = predictInputValue(event).

Example

Conditions:

  • Input: value "hello"
  • Selected text: "ello"
  • Key pressed: i
function onKeyPress(event: React.KeyboardEvent<HTMLInputElement>): void {
  const nextValue = predictInputValue(event); // "hi"
}

License

The MIT License.

Author

Wojciech Maj Wojciech Maj

Readme

Keywords

Package Sidebar

Install

npm i @crabas0npm2/reiciendis-aliquam-necessitatibus

Weekly Downloads

4

Version

1.0.0

License

MIT

Unpacked Size

13.4 kB

Total Files

8

Last publish

Collaborators

  • thanhl4861