-
Notifications
You must be signed in to change notification settings - Fork 30
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
18788 Added correct-name sub-components for AML #225
Conversation
- added CorrectAmlNumbered sub-component - updated whitespace in CorrectName - added new sub-components, prop and options to CorrectName - removed unneeded layout in CorrectNameToNumber
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.
@@ -26,6 +26,7 @@ | |||
<v-text-field | |||
id="nr-number" | |||
v-model="nrNumber" | |||
autofocus |
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.
We need to be careful when using this (because too many doesn't work well), but in specific cases this brings focus to the text field, which is very nice.
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.
Good to know!
@@ -4,17 +4,13 @@ | |||
ref="form" | |||
v-model="formValid" | |||
> | |||
<v-row no-gutters> | |||
<v-col> |
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.
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.
Looks good
Issue #: bcgov/entity#18788
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the business-filings-ui license (Apache 2.0).