qontu / ngx-inline-editor

Native UI Inline-editor Angular (4.0+) component
https://qontu.github.io/ngx-inline-editor
MIT License
164 stars 90 forks source link

can this module support percentage input? #64

Open zhaochy1990 opened 7 years ago

zhaochy1990 commented 7 years ago

I want to input a percentage value, can this feature be supported in future?

tonivj5 commented 7 years ago

Yes, it can and It is not too complex of implement!

We could use the native input range, however, I think we should change the default style with other like this (reference), because default style is ugly and browser-dependent.

Thanks for your feedback 👍

tonivj5 commented 7 years ago

However, I'm thinking on this and what kind of input would it be? Can you provide us an example (an image or so) of how it should be 😕

So, I'm wrong, because the range input it's already implemented...