Posts by Mpimenta • 11 points
1 post
-
1
votes1
answer59
viewsQ: How to clear an input after clicking the button?
I’m having trouble finding a solution to clear the fields input after clicking the button calculate. Follow code in simplified form function EqBernoulli2 () { const [Pt, setPt] = useState('') const…