Elius94 / console-gui-tools

A simple library to draw option menu or other popup inputs and layout on Node.js console.
MIT License
111 stars 17 forks source link

InputPopup numeric should be able to manage decimal numbers #30

Closed Elius94 closed 2 years ago

Elius94 commented 2 years ago

Currently it only allows integers because it doesn't manage the "." or "," keys to set decimals. I consider it a bug.