stable

Clone or download

Read-only

feat: storybook, listpicker

part of request #37211 Replace TLP-doc documentation run 'pnpm --filter=tlp-doc-v2 run storybook' Listpicker added to section forms. The wrapper element was not remove to the DOM by listpicker.destroy(). As it was necessary, this patch fix the issue. Change-Id: I110a9f429f8fda451b60d01cefcbcd509cc78099

Modified Files

Name
M lib/frontend/list-picker/src/list-picker.ts +1 −0 Go to diff View file
M src/scripts/tlp-doc-v2/package.json +1 −0 Go to diff View file
M src/scripts/tlp-doc-v2/pnpm-lock.yaml +3 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/forms/list-picker/ListPickerWrapper.ts +60 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/forms/list-picker/tlp-list-picker.mdx +61 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/forms/list-picker/tlp-list-picker.stories.ts +245 −0 Go to diff View file