-
Notifications
You must be signed in to change notification settings - Fork 51
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
chore: update form component types #359
base: develop
Are you sure you want to change the base?
Conversation
Oops! Looks like you forgot to update the changelog. When updating CHANGELOG.md, please consider the following:
|
export const LINK_BUTTON = 'LINK_BUTTON' | ||
export const ID_READER = 'ID_READER' | ||
export const HTTP = 'HTTP' | ||
export const ID_VERIFICATION_BANNER = 'ID_VERIFICATION_BANNER' |
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.
@tahmidrahman-dsi dont we also need HIDDEN ?
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.
Ah yes, we definitely need, on it right away
| IIDReaderFormField | ||
| ILinkButtonFormField | ||
| IHttpFormField | ||
| IIDVerificationBannerFormField |
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.
I think we need | IHiddenFormField
ID_READER
LINK_BUTTON
HTTP
ID_VERIFICATION_BANNER