Suggestion: NumPad

I find myself trying to write a Glide modal thing for a user to enter a number. It’d be cool if this was built into Glide.

Double extra bonus points for having:

  • bool AllowDecimal {get;set;}
  • Min and Max values
  • A ref back to a text box that’d get populated with the number entered

I think a numpad is useful.

Using the keyboard you can restrict everything but the numbers. However, I can see your proposal being useful.