-
Notifications
You must be signed in to change notification settings - Fork 8
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
organization details screen base #517
organization details screen base #517
Conversation
…details-screen * release/derms-auth-workflow: Fix prettier Add errorManager wrapper revert prop remove add label attr Remove cursor css style Run prettier Refactor CreateNewOrgScreenBase and demo Add test code in AppRouter Remove Next and Previous buttons fix grammar Add base component for siteOptions Add watch script to build on file changes in src Clean up linting errors Update @types/node Update dependencies
Visit the preview URL for this PR (updated for commit 6e4fcac): https://blui-react-login--pr517-feature-organization-msnityy3.web.app (expires Thu, 30 Nov 2023 19:04:01 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 1e9064d2e35ed37fe01e053587ea5f209719a043 |
login-workflow/example/src/screens/demo-components/OrganizationDetailsScreenBaseDemo.tsx
Show resolved
Hide resolved
…details-screen * release/derms-auth-workflow: update typography to use variant Update login-workflow/src/components/Error/ErrorMessageBox.tsx add change log entry set return to default Blui 4933 error translations Removed extra blank line from changelog Updated changelog Review changes - Reverted the props type of Loginscreen Updated package version and changelog Added loader to login action
I get what we are trying here but when we change country value the state is no longer valid and we throw warning... Would the freeSolo prop for autocomplete be of any help here? |
This does take away the warning, but causes some other issues. One, they can enter any value they want so that may not be ideal for validation. There also becomes a type issue as the standard value for state is and object and the freesolo event only outputs a string value. We may be able to work around that as well. I'll look into what we can do here a bit more. |
Would the BLC API validate the required fields and if country is invalid it would kick back like a 400 for bad request or something custom that the error manager would handle? |
login-workflow/example/src/screens/demo-components/OrganizationDetailsScreenBaseDemo.tsx
Outdated
Show resolved
Hide resolved
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 to me
@ektaghag-eaton this is ready for your review |
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.
Working fine 👍
Fixes BLUI-4849
Changes proposed in this Pull Request:
Screenshots / Screen Recording (if applicable)
To Test: