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

[Design] Fix ref issue in K7 with field_text #13624

Merged

Conversation

chrisronline
Copy link
Contributor

Because we are cloning in validatable_control, we need to ensure any previously assigned ref's are handled. This issue discusses how to do that and this PR applies that behavior.

Also added a prop to KuiFieldText that supports providing a ref, but it cannot be called ref as React considersref a restricted prop (trying to use results in this warning message)

@chrisronline chrisronline added Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins. review v7.0.0 labels Aug 21, 2017
@chrisronline chrisronline self-assigned this Aug 21, 2017
@chrisronline chrisronline changed the base branch from master to k7-ui-framework August 21, 2017 19:18
@chrisronline chrisronline merged commit 18dcf60 into elastic:k7-ui-framework Aug 21, 2017
@chrisronline chrisronline deleted the k7/input_field_ref_fix branch August 21, 2017 20:43
Copy link
Contributor

@cjcenizal cjcenizal left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins. v7.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants