Skip to content
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

passing label from usePickerLabel when using filter filedtype #3168

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

adids1221
Copy link
Contributor

Description

Picker with field type is using label and placeholder props to render the text filed inner input.
The useFieldType hook was using the label from the props instead from the usePickerLabel hook, now it uses the value from the label hook and as fallback the label prop value.
related PR

Changelog

Fix Picker with field type not showing the selected value.

Additional info

None

@adids1221 adids1221 merged commit 7d83fec into master Jul 9, 2024
1 check passed
@adids1221 adids1221 deleted the fix/useFieldType_hook_label branch July 9, 2024 08:28
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