jxom / bumbag-ui

Build themeable React & React Native applications with your Bumbag 👝
https://bumbag.style
MIT License
1.01k stars 50 forks source link

fix: select menu search #129

Closed thepenskefile closed 3 years ago

thepenskefile commented 3 years ago

This PR fixes two issues:

1. Select menu search

At the moment, and since this commit (https://github.com/bumbag/bumbag-ui/commit/9c371e490028ebeefd03f8f2e5ef4cb928a46c24), the select menu search has been broken such that typing anything into the search box will result in an undefined item being selected.

Before

image

After with PR fix

image

2. Select menu item label font weights

The select menu font weights are a bit out of whack on the Medipass theme.

Before

image

After with PR fix

image