six-webcomponents
six-webcomponents copied to clipboard
Ready to use Web Components in alignment with the SIX Corporate Styleguide
### What problem does this feature solve? When one writes tests for a UI using the components, it sometimes requires to access the 'internals' of the component. An example is...
### Six Webcomponents version 4.0.4 ### Steps to reproduce Add a tooltip to the summary-icon slot of six-details and fill it with content over an observable. Change the content of...
### What problem does this feature solve? Currently the `six-file-upload` component exposes an event `six-file-upload-success`, that returns a CustomEvent of type `SixFileUploadSuccessPayload`. This is a union type of `IMultipleFiles |...
### Six Webcomponents version 4.0.4 ### Steps to reproduce 1. Go to a documentation page (e.g. https://six-group.github.io/six-webcomponents/components/six-file-upload.html) 2. Scroll down 3. See broken diagram ### What is expected? Mermaid Diagram...
### What problem does this feature solve? In the Fipster team, we are currently replacing Vuetify components with Six Webcomponents in our applications. We commonly use the blue outline button,...
### What problem does this feature solve? It seems that google material symbols is kind of the new version of icons. At least I understand that  In general terms,...
### What problem does this feature solve? In our project we use the Angular Form Control to save user input which he selects in a six-select. Unfortunately the six-select currently...
### Six Webcomponents version 2.1.0 ### Steps to reproduce 1. use the `six-input` html element 2. set the `autofocus `parameter to true ### What is expected? the six-input field is...
### Six Webcomponents version 2.1.0 ### Steps to reproduce 1. Implement form using Angular reactive forms 2. Apply validators to the form 3. Assign `form.invalid` to six-input invalid property 4....
### What problem does this feature solve? At least two BFI projects (Support & Notification Portal and FI-Home) need to manage date ranges. Currently, as the six-datepicker does not offer...