Похожие чаты

I can send the code too. Why did this happen?

5 ответов

38 просмотров
12-Nothing Автор вопроса

export default function App() { const [count, setCount] = useState(0); function set() { setCount(count + 1); } function undo() { setCount(count === 0 ? 0 : count - 1); } function resetToZero() { setCount(0); } function handleChange(event) { setCount(event.target.value); } return ( <div className="App"> <div className="Add"> <input id="count" value={count} onChange={handleChange}></input> <button onClick={set}> Add To Cart </button> <button onClick={undo}>Remove</button> <button onClick={resetToZero}>Remove All</button> </div> </div> ); }

What is "this"? It doesn't seem as your page is refreshing.

12-Nothing Автор вопроса
Barkuni
What is "this"? It doesn't seem as your page is re...

After I change the value of the input box using my keyboard and then pressing add to cart the number is not incrementing. Instead 1's are appending towards the end of the number.

12-Nothing Автор вопроса
Barkuni
What is "this"? It doesn't seem as your page is re...

It happened due to some other button. I removed it

12 Nothing
After I change the value of the input box using my...

Because your keyboard input is taken as string, and adding a number to a string results in a string, unless otherwise specifically handled.

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
@Benzenoid can you tell me the easiest, and safest way to bu.y HEX now?
Živa Žena
20
This is a question from my wife who make a fortune with memes 😂😂 About the Migration and Tokens: 1. How will the old tokens be migrated to the new $LGCYX network? What is th...
🍿 °anton°
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
What is the Dex situation? Agora team started with the Pnetwork for their dex which helped them both with integration. It’s completed but as you can see from the Pnetwork ann...
Ben
1
Гайс, вопрос для разносторонее развитых: читаю стрим с юарта, нада выделять с него фреймы с определенной структурой, если ли чо готовое, или долбаться с ринг буффером? нада у...
Vitaly
9
Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
@lozuk how do I get my phex copies of my ehex from a atomic wallet, to move to my rabby?
Justfrontin 👀
11
Карта сайта