-
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
20989-add initial value prop #255
Conversation
export const JurisdictionInitialValue = Template.bind({}) | ||
JurisdictionInitialValue['args'] = { | ||
showUsaJurisdictions: false, | ||
initialValue: { |
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.
Wait, so I see below the type of this prop is a string while here it's an object?
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.
looking into it....
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 as expected. Does it work?
Tested with some scenarios, screenshots above. |
Looks good! |
Issue #: /bcgov/entity#20989
Description of changes:
Add initial value prop to retrieve value for a draft filing.
some initial value tests:
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).