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

docs(combobox): remove custom text input handling story #5431

Merged
merged 4 commits into from
Feb 25, 2020
Merged

docs(combobox): remove custom text input handling story #5431

merged 4 commits into from
Feb 25, 2020

Conversation

abbeyhrt
Copy link
Contributor

Closes #5399

This PR removes the custom text input handling story for Combobox from Storybook since it was a broken example. The problem is that the onInputChange function that was editing the options gets called onBlur, making the selection duplicate itself. This could be fixed but would either need a weird workaround in the story or to change the component itself by preventing the onBlur from calling onInputChange but that could mess with the end users. Since I don't think this is an essential example, I decided to remove it.

Changelog

Removed

  • custom text input handling story

Testing / Reviewing

Decide whether or not removing the story is the best solution here!

@abbeyhrt abbeyhrt requested a review from a team as a code owner February 25, 2020 16:21
@ghost ghost requested review from aledavila and tw15egan February 25, 2020 16:21
@netlify
Copy link

netlify bot commented Feb 25, 2020

Deploy preview for carbon-elements failed.

Built with commit ffeb892

https://app.netlify.com/sites/carbon-elements/deploys/5e5549a33c9f1a0007c3468e

@netlify
Copy link

netlify bot commented Feb 25, 2020

Deploy preview for carbon-components-react failed.

Built with commit ffeb892

https://app.netlify.com/sites/carbon-components-react/deploys/5e5549a3e1c33c000a5c3c7e

@netlify
Copy link

netlify bot commented Feb 25, 2020

Deploy preview for carbon-components-react ready!

Built with commit da30e73

https://deploy-preview-5431--carbon-components-react.netlify.com

@netlify
Copy link

netlify bot commented Feb 25, 2020

Deploy preview for carbon-elements ready!

Built with commit da30e73

https://deploy-preview-5431--carbon-elements.netlify.com

@abbeyhrt abbeyhrt merged commit 0f9c3b9 into carbon-design-system:master Feb 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Combobox]: custom text handling story repeats selection
4 participants