baklava icon indicating copy to clipboard operation
baklava copied to clipboard

Dropdown Component

Open leventozen opened this issue 3 years ago • 1 comments

leventozen avatar Sep 19 '22 11:09 leventozen

Dropdown Component Design Meeting Report

Date: 28.09.2022 15:30 (UTC+3)

  • The purpose of Dropdown Component is to provide a way to trigger an action from a list. It's not an input field. For input cases select component will be used.
  • We'll need an enhancement on the button component to have a "dropdown button" version (with a caret at right and active state to change it to open/closed states.
  • Dropdown items will be an internal component (dropdown item) that contains only the tertiary button.
  • Grouping of some items with an optional caption will be possible.
  • Width of the popover of the dropdown will be minimum at the same as of the trigger, but it can be wider regarding to action button widths inside.
  • There will be no scroll on the action list unless it hits the boundary of the viewport height. So max-height will be available viewport height.
  • Dropdown will be in 3 sizes as our buttons have.

Design work will start according to those decisions then implementation will be planned.

muratcorlu avatar Sep 30 '22 08:09 muratcorlu

:tada: This issue has been resolved in version 2.0.0-beta.52 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Dec 19 '22 10:12 github-actions[bot]

:tada: This issue has been resolved in version 2.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Apr 06 '23 14:04 github-actions[bot]