Skip to content

SSR id fix, Modal & Combobox RFC version

Pre-release
Pre-release
Compare
Choose a tag to compare
@ketsappi ketsappi released this 22 Mar 09:26
· 2586 commits to develop since this release

Bug Fixes

  • Fix AutoId SSR issue and return children always, also on server but with empty string as id. #445

Modal, new component

  • Add Modal dialog component with small screen and scrolling support. #444

Combobox

  • Logic for controlled items
    • New props: controlledItems, onItemSelect and onRemoveAll
      (props names are subject to change)