snapcrunch / electron-preferences

A simple, consistent interface for managing user preferences within an Electron application.
MIT License
121 stars 30 forks source link

add 'number' type #169

Closed pvrobays closed 2 years ago

pvrobays commented 2 years ago

type 'number' instead of having to declare type 'text' with 'inputType = number' (#168)