klee-contrib / focus-components

Version 2. A set of web components based on material design to build modern interfaces easily. New version 3 is available
https://github.com/get-focus
MIT License
27 stars 34 forks source link

Forward options to formatter #1536

Open rodolpheV opened 6 years ago

rodolpheV commented 6 years ago

Current behaviour

Input and display components both call formatter()

https://github.com/KleeGroup/focus-components/blob/3012fd2444a2c0b524a54b5c76c8571ab4dc2335/src/components/input/text/index.js#L83

https://github.com/KleeGroup/focus-components/blob/3012fd2444a2c0b524a54b5c76c8571ab4dc2335/src/components/display/text/index.js#L17

Expected behaviour

Can you make it forward given options by calling: formatter(value, options)?

Versions

Focus-components: 2.2.2