rmwc icon indicating copy to clipboard operation
rmwc copied to clipboard

Select (enhanced): its options overlaps with select field in the dialog

Open yodchahan opened this issue 1 year ago • 0 comments

RMWC Version: 14.3.4

Description:

<Select
  defaultValue="Cookies"
  label="Enhanced"
  enhanced={{ renderToPortal: true, anchorCorner: 'topLeft' }}
  options={['Cookies', 'Pizza', 'Icecream']}
/>
  • Click on the select field

Actual: it renders the options above the select field, thus user can't see the field image

Expected: it should render the options right under the select field image

yodchahan avatar Oct 09 '24 10:10 yodchahan