#104224
edwardsmarkff
Participant

i am sorry that my question was not clear:

https://codepen.io/edwardsmarkf/pen/XWBazzR


let element = document.createElement('smart-combo-box');
element.value = 'default value!';

providing the value does not appear to be working for me, as you can see, the provided value is not displaying.  i am only seeing a blank.

EDIT:

this statement works fine:


document.querySelector('smart-combo-box').setAttribute('value', 'test');