Cado-Labs/sphere-ui

Fix storybook

tysky opened this issue · 0 comments

tysky commented
  • 1. Update type of expandedKeys prop in Tree component
  • 2. Add content prop for Toast component for custom content inside a toast. Prime doc: https://primereact.org/toast/#template, example: https://stackblitz.com/run?file=src%2Fdemo.js
  • 3. Add example with grouped options in MultiSelect component
  • 4. For Tag component error severity should be replaced with danger
  • 5. Add multiple, submenuIcon props for PanelMenu component
  • 6. Update stories about ConfirmPopup, ConfirmDialog
  • 7. Add trueValue, falseValue to Checkbox, InputSwitch components
  • 8. addOnBlur in Chips
  • 9. keepInvalid in DatePicker, DateTimePicker, TimePicker
  • 10. validateOnly in InputMask
  • 11. mode, maxLength, currency, currencyDisplay in InputNumber
  • 12. keyfilter in InputTextarea
  • 13. overlayVisible in MultiSelect
  • 14. readOnly in TriStateCheckbox
  • 15. onRowMouseEnter, onRowMouseLeave in DataTable
  • 16. onRowClick, onSort in TreeTable