hikaya-io / hakawati

A collection of UI components
GNU General Public License v3.0
2 stars 1 forks source link

`h-select`: Refactor so that the dropdown can be used in the `Access` page in Metrics #308

Closed andrewtpham closed 1 year ago

andrewtpham commented 2 years ago

This was raised from a comment on a Dots FE ticket where we had to use el-select instead of h-select. This ticket needs to expose a slot that will allow us to customize the contents of the dropdown.

Needed to customise the dropdown beyond what the h-select offered.

_Originally posted by @michaelbukachi in https://github.com/hikaya-io/dots-frontend/pull/1504#discussion_r884668368_

andrewtpham commented 2 years ago

@michaelbukachi could you comment on what needs to be added to h-select so it can be used for the Access page in Project Settings?

michaelbukachi commented 2 years ago

@andrewtpham We need to expose a slot that will allow us to customize the contents of the dropdown.