Skip to content
New issue

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

feat(AmountInput): Add configuration option to position the currency #47

Merged
merged 1 commit into from
Nov 22, 2021

Conversation

qgerome
Copy link
Contributor

@qgerome qgerome commented Nov 22, 2021

No description provided.

@lgtm-com
Copy link

lgtm-com bot commented Nov 22, 2021

This pull request introduces 1 alert when merging 4c5a883 into 97704d4 - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

@@ -11,7 +11,7 @@ class NumberInput extends Component {
};
render() {
const { intl, module = "core", min = null, max = null, value, error, displayZero = false, ...others } = this.props;
let inputProps = { ...this.props.inputProps, type: "number" };
let inputProps = { ...this.props.inputProps, type: "tel" }; // We use "tel" instead of "number" to hide up/down arrows
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😱 HTML is such a mess.

@edarchis edarchis merged commit e8ab09b into develop Nov 22, 2021
@edarchis edarchis deleted the currency-position branch November 22, 2021 12:27
Copy link
Member

@edarchis edarchis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants