Geo-Web-Project / cadastre

Map-based interface for claiming, buying, and managing Geo Web land parcels.
https://geoweb.land/
MIT License
25 stars 15 forks source link

fix: use text input type and numeric inputmode #427

Closed tnrdd closed 1 year ago

tnrdd commented 1 year ago

Description

Use type="text" for the For Sale Price input field so that it doesn't have the incremental behaviour from wheel and arrow up/down, and inputmode="numeric" so that a numeric virtual keyboard is showed when the field is in focus.

Issue

fixes #424

Checklist:

Alert Reviewers

@codynhat @gravenp