Resolve #3245726 "Valueproperty"
1 unresolved thread
Closes #3245726
Merge request reports
Activity
added 3 commits
-
826cae96...991128a2 - 2 commits from branch
project:1.0.x
- 22ccd067 - Merge branch '1.0.x' into 3245726-valueproperty
-
826cae96...991128a2 - 2 commits from branch
411 A11yAutocomplete(input, { source: data }); 412 const wrap = expect(input.parentNode).dom; 413 414 await device.type(input, 't', { wait }); 415 wrap.have.descendant('[role="listbox"]').to.be.displayed; 416 wrap.have.descendants('[role="option"]').and.have.length(4); 417 }); 418 399 419 it('option groupBy', async () => { 400 420 const data = [ 401 421 { value: 'one', label: 'one', group: 'Kitten' }, 402 422 { value: 'two', label: 'two', group: 'Kitten' }, 403 423 { value: 'three', label: 'three', group: 'Llama' }, 404 424 { value: 'four', label: 'four', group: 'Llama' }, 405 { value: 'five', label: 'item without group' }, 425 { value: 'item without group', label: 'five' }, changed this line in version 4 of the diff
Please register or sign in to reply