Povýšení závislostí
This commit is contained in:
parent
7e4fa236b1
commit
b0d8a1a830
@ -610,6 +610,8 @@ function App() {
|
||||
options={pizzaSuggestions}
|
||||
placeholder='Vyhledat pizzu...'
|
||||
onChange={handlePizzaChange}
|
||||
onBlur={_ => { }}
|
||||
onFocus={_ => { }}
|
||||
/>
|
||||
Poznámka: <input ref={pizzaPoznamkaRef} className='mt-3' type="text" onKeyDown={event => {
|
||||
if (event.key === 'Enter') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user