decentraland / decentraland/builder
Input of the mint items modal changes values when scrolled over with the mouse wheel
Open
bug
- Dominant language
- TypeScript
- Stars
- 156
- Forks
- 91
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 31
Description
## 🎉 Description
Input of the mint items modal changes values when scrolled over with the mouse wheel. This is probably because the input is of numeric type and this is what the browser does by default on those inputs. We should listen to the event and preventDefault() or something like that
Contributor guide
Assessment
This issue has not been assessed yet.