Hello,
the selectValue() property of ComboBoxItem is not working properly on MS Edge. We have tested it in your showcase and also in the latest nightly build. In the following url[1] you can find the code to test this behavior.
As you will see, we have overridden the showPicker() function in order to select the current value of the combo when clicking on the drop-down arrow. Also, we have included a button which calls the selectValue() method of the combo directly to select the text.
How to check:
1- Select a value from the combo. In Chrome the chosen value is selected. In Edge is not.
2- Click on the combo. The value is deselected.
3- Click on the button. In Chrome the current value in the combo is selected. In Edge is not.
Thanks in advance.
[1] http://pastebin.com/DbSn0jy8
the selectValue() property of ComboBoxItem is not working properly on MS Edge. We have tested it in your showcase and also in the latest nightly build. In the following url[1] you can find the code to test this behavior.
As you will see, we have overridden the showPicker() function in order to select the current value of the combo when clicking on the drop-down arrow. Also, we have included a button which calls the selectValue() method of the combo directly to select the text.
How to check:
1- Select a value from the combo. In Chrome the chosen value is selected. In Edge is not.
2- Click on the combo. The value is deselected.
3- Click on the button. In Chrome the current value in the combo is selected. In Edge is not.
Thanks in advance.
[1] http://pastebin.com/DbSn0jy8
Comment