We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Can you make it forward given options by calling: formatter(value, options)?
Focus-components: 2.2.2
The text was updated successfully, but these errors were encountered:
AdrienViala
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: