fluentui icon indicating copy to clipboard operation
fluentui copied to clipboard

[Bug]: Combobox current-value not changing

Open OndrejSulc opened this issue 3 years ago • 0 comments

Library

Web Components (@fluentui/web-components)

System Info

System:                                                                                                                   OS: Windows 10 10.0.19044                                                                                               CPU: (4) x64 Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz                                                                    Memory: 7.78 GB / 15.89 GB                                                                                            Browsers:                                                                                                                 Chrome: 104.0.5112.81                                                                                                   Edge: Spartan (44.19041.1266.0), Chromium (104.0.1293.47)                                                               Internet Explorer: 11.0.19041.1566

Are you reporting Accessibility issue?

No response

Reproduction

  1. select any option from combobox 2) in DevTools check if current-value changed to text from selected option 3) add some letters to text and hit Enter !!do not hit backspace or arrowkeys!! 4) observe current-value did not change 5) in text hit backspace or arrow key and hit enter 6) observer current-value suddenly changes correctly

Bug Description

Actual Behavior

current-value does not change after selecting any option and is same until backspace or arrow key is hit

Expected Behavior

current-value should correspond to value in textfield (atleast after hitting enter)

Logs

no error is displayed

Requested priority

Blocking

Products/sites affected

No response

Are you willing to submit a PR to fix?

no

Validations

  • [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • [X] The provided reproduction is a minimal reproducible example of the bug.

OndrejSulc avatar Aug 09 '22 11:08 OndrejSulc