-
Notifications
You must be signed in to change notification settings - Fork 121
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
[UD] fixes for "Get More RAM" widget and Billing info tab #1848
Conversation
- restrict some inputs to enter only valid symbols; - set focus to input when widget is shown; - apply filter to round fractional part of calculated values in widget; Signed-off-by: Oleksii Kurinnyi <[email protected]>
@@ -51,6 +52,7 @@ | |||
che-label-name="State" | |||
che-name="state" | |||
che-place-holder="" | |||
che-type-city |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we have validator of cities for the state ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not validator of cities, it is just directive which prevent to enter not valid symbols to input.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok but my issue is that the name of validator contains "city" while it is more generic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you suggest more suitable name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akurinnoy well this change is not urgent I approved the PR. I don't have more suitable name. Maybe che-type-city and che-type-state directives that can be based on the same class.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I will update it soon.
What does this PR do?
This PR adds fixes for Billing info tab and "Get More RAM" widget:
What issues does this PR fix or reference?
N/A
Changelog
[UD] make inputs on "Get More RAM" widget and Billing info tab to allow to enter only valid symbols
Release Notes
N/A - bugfix
Docs PR
N/A - bugfix
Signed-off-by: Oleksii Kurinnyi [email protected]