palantir/blueprint

`createNewItemFromQuery` fired on every key press

Open

#4510 aperta il 28 gen 2021

Vedi su GitHub
 (6 commenti) (1 reazione) (0 assegnatari)TypeScript (2167 fork)batch import
P2Package: selectType: bughelp wanted

Metriche repository

Star
 (20.263 star)
Metriche merge PR
 (Merge medio 43g 10h) (27 PR mergiate in 30 g)

Descrizione

Environment

  • Package version(s): @blueprintjs/core3.38.1 @blueprintjs/icons3.24.0 @blueprintjs/select3.15.3
  • Operating System: Mac OS 11.1
  • Browser name and version: Safari 14.0.2; Chrome 88.0.4324.96

Sandbox

https://stackblitz.com/edit/blueprint-select-create-new-item-bug?file=src/App.js

Steps to reproduce

  1. Open the stackblitz dev console or your web browser's console.
  2. Type anything into the suggest box.
  3. Observe that "create new tag" is called every time you type a new character.

Actual behavior

createNewItemFromQuery is being fired on every key press, and not just by (from the docs) "pressing the Enter key or by clicking on the "Create Item" option".

Expected behavior

createNewItemFromQuery should only fire when pressing the Enter key or when clicking on the "Create Item" option.

Guida contributor