stable
Clone or download
Read-only
request #19181 User should not be able to remove selection when <select> is disabled
How to test: - Go to `src/scripts/lib/list-picker` - run `npm run build` - Once done, go to `src` and run `npm run build` - Open the tlp documentation - Go to the Forms/List-picker section - Locate the disabled list-picker --> You cannot click on the [x] button --> It has a "disabled" pointer when hovered Change-Id: I2491893a5bdbab26c72a1445fcd6b5147299cf0e
Modified Files
Name | ||||
---|---|---|---|---|
M | src/scripts/lib/list-picker/src/selection/SingleSelectionManager.test.ts | +18 | −0 | Go to diff View file |
M | src/scripts/lib/list-picker/src/selection/SingleSelectionManager.ts | +4 | −0 | Go to diff View file |
M | src/scripts/lib/list-picker/themes/style.scss | +1 | −1 | Go to diff View file |