Skip to content

useFieldType hook #3130

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

Merged
merged 3 commits into from
Jun 16, 2024
Merged

useFieldType hook #3130

merged 3 commits into from
Jun 16, 2024

Conversation

adids1221
Copy link
Contributor

Description

Picker useFieldType hook

Changelog

Picker useFieldType hook

Additional info

MADS-4188

@@ -326,7 +295,7 @@ const Picker = React.forwardRef((props: PickerProps, ref) => {
value={label}
selection={Constants.isAndroid ? {start: 0} : undefined}
>
{renderPickerInnerInput()}
{renderPickerInnerInput}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Maybe we should rename this because its not a render function anymore?
Approved anyway.

@adids1221 adids1221 requested a review from nitzanyiz June 16, 2024 14:39
@adids1221 adids1221 merged commit 0ddb1cf into master Jun 16, 2024
1 check passed
@adids1221 adids1221 deleted the inrfa/Picker_useFieldType_hook branch June 16, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants