-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add validators for CAP inputs and Billing info inputs. #4233
Conversation
* @element | ||
* | ||
* @description | ||
* `che-type-city` defines an attribute for input tag which allows to enter only digits. This directive should be used along with city-name-validator. |
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.
wrong description "enter only digits"
* @author Oleksii Kurinnyi | ||
*/ | ||
|
||
export class CheTypeCity extends CheInputType{ |
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.
space between CheInputType and {
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/2049/ |
@@ -17,6 +17,8 @@ import {CheReloadHref} from './reload-href/che-reload-href.directive'; | |||
import {CheFormatOutput} from './format-output/che-format-output.directive'; | |||
import {CheOnLongTouch} from './touch/che-on-long-touch.directive'; | |||
import {CheOnRightClick} from './click/che-on-right-click.directive'; | |||
import {CheTypeNumber} from "./input-type/input-number.directive"; | |||
import {CheTypeCity} from "./input-type/input-city.directive"; |
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.
double quote
Build # 2053 - FAILED Please check console output at https://ci.codenvycorp.com/job/che-pullrequests-build/2053/ to view the results. |
Added - custom input type directive to allow user to enter only digits; - custom input type directive to allow user to enter symbols used in city names; - directive to validate city names; Signed-off-by: Oleksii Kurinnyi <[email protected]>
Signed-off-by: Oleksii Kurinnyi <[email protected]>
5f4af68
to
85bc215
Compare
) * Add validators for CAP inputs and Billing info inputs. Added - custom input type directive to allow user to enter only digits; - custom input type directive to allow user to enter symbols used in city names; - directive to validate city names; Signed-off-by: Oleksii Kurinnyi <[email protected]> * add tests Signed-off-by: Oleksii Kurinnyi <[email protected]>
* Add validators for CAP inputs and Billing info inputs. Added - custom input type directive to allow user to enter only digits; - custom input type directive to allow user to enter symbols used in city names; - directive to validate city names; Signed-off-by: Oleksii Kurinnyi <[email protected]> * add tests Signed-off-by: Oleksii Kurinnyi <[email protected]>
What does this PR do?
This PR adds
What issues does this PR fix or reference?
https://github.com/codenvy/saas/issues/150
https://github.com/codenvy/saas/issues/153
Changelog
Release Notes
N/A - bugfix
Docs PR
N/A - bugfix
Signed-off-by: Oleksii Kurinnyi [email protected]