I though the isFullWidth prop tells the <ModalDropdown /> to go over the full width of the <Button>, but it is not. Or do I have to tell the <ModalDropdown /> somewhere else to use the full width of the <Button />? Or can it even adjust automatically to the full width of the text in the dropdown Menu?
The is not accepting the
isFullWidth
prop - or I am misunderstanding what it is supposed to do.and here is the syling.
This is how it looks like
In my use case even more extreme
I though the
isFullWidth
prop tells the<ModalDropdown />
to go over the full width of the<Button>
, but it is not. Or do I have to tell the<ModalDropdown />
somewhere else to use the full width of the<Button />
? Or can it even adjust automatically to the fullwidth
of the text in the dropdown Menu?