etn-ccis/blui-react-native-showcase-demo

There's no such a thing as "Elevated Outlined Chip"

Closed this issue · 2 comments

Describe the bug / expected behavior

There's no such a thing as an "elevated outline" chip, as all outlined chips are flat. Yet I saw this in the showcase demo:

image

Suggested fix

I am logging this here because I suspect there might be an API change.

If you wonder, in the Component Sticker Sheet, the "API" looks like this:

  • Style (outlined, elevated)
  • State (enabled, disabled)
  • Selected (true, false)

BLUI-5070

We can just remove this example from the showcase since the props for elevated and variant are independent.