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

fix(platform): multi combobox bug where inputText is manipulated incorrectly #8793

Merged
merged 1 commit into from Oct 24, 2022

Conversation

mikerodonnell89
Copy link
Member

fixes #8762

When the user enters something into the multi-combobox that returns nothing from the datasource, the combobox input should return to its previous value. There was some logic there previously to remove the last character when this happened, but this often failed due to a lifecycle issue, allowing the user to press the erroneous button twice to see it in the input. Also the previous logic did not account for copy/pastes

@mikerodonnell89 mikerodonnell89 added the bug Something isn't working label Oct 5, 2022
@mikerodonnell89 mikerodonnell89 added this to the Sprint 98 - Managua milestone Oct 5, 2022
@mikerodonnell89 mikerodonnell89 self-assigned this Oct 5, 2022
@mikerodonnell89 mikerodonnell89 added this to In progress in Development via automation Oct 5, 2022
@netlify
Copy link

netlify bot commented Oct 5, 2022

Deploy Preview for fundamental-ngx ready!

Name Link
🔨 Latest commit 10a0e29
🔍 Latest deploy log https://app.netlify.com/sites/fundamental-ngx/deploys/633dd9264c1452000871e877
😎 Deploy Preview https://deploy-preview-8793--fundamental-ngx.netlify.app/docs/fn/input/examples/input-form-group-example.component
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@github-actions
Copy link

github-actions bot commented Oct 5, 2022

Visit the preview URL for this PR (updated for commit 10a0e29):

https://fundamental-ngx-gh--pr8793-fix-fdp-multi-combob-s62hhvfo.web.app

(expires Sat, 08 Oct 2022 19:36:36 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

@mikerodonnell89 mikerodonnell89 changed the title fix(platform): multi combobox bug where inputText is manipulated incorrectly [wip] fix(platform): multi combobox bug where inputText is manipulated incorrectly Oct 5, 2022
@mikerodonnell89 mikerodonnell89 changed the title [wip] fix(platform): multi combobox bug where inputText is manipulated incorrectly fix(platform): multi combobox bug where inputText is manipulated incorrectly Oct 6, 2022
@mikerodonnell89 mikerodonnell89 requested a review from a team October 12, 2022 16:11
@mikerodonnell89 mikerodonnell89 merged commit d414003 into main Oct 24, 2022
Development automation moved this from In progress to Done Oct 24, 2022
@mikerodonnell89 mikerodonnell89 deleted the fix/fdp-multi-combobox-empty-value-bug branch October 24, 2022 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Development
  
Done
Development

Successfully merging this pull request may close these issues.

[sourcing] <fdp-multi-combobox> component only accept one letter on every two input letters
3 participants