amplify-ui
amplify-ui copied to clipboard
SelectField not respecting size="small"
Setting size small on SelectField is not alerting the size of the select field. It is not applying the amplify-field--small
class to the element like it does in the example.
"@aws-amplify/ui-react": "^3.3.0"
<SelectField
label="Fruit"
size="small"
descriptiveText="What's your favorite fruit?"
>
<option value="apple">Apple</option>
<option value="banana">Banana</option>
<option value="orange">Orange</option>
</SelectField>
Hey @austin-garner, I was unable to reproduce this issue using your code sample and the @aws-amplify/[email protected]
package. Are you doing any of your own custom theming through Amplify?
@austin-garner We have been unable to reproduce your issue, doesnt mean the issue may not exist. We are closing the issue, but feel free to reopen if you are still having a problem applying theme.