Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<Select> component produces <input> tags #453

Open
JoshDAO opened this issue Jan 10, 2021 · 1 comment
Open

<Select> component produces <input> tags #453

JoshDAO opened this issue Jan 10, 2021 · 1 comment

Comments

@JoshDAO
Copy link

JoshDAO commented Jan 10, 2021

Describe the bug
The component produces a normal text input field with the dropdown svg attached. To Reproduce Create a simple form with the Select element.

Expected behavior
A dropdown list with one entry - Ethereum. Instead, an error is produced because the options are being rendered as html children - which input tags do not support.

Rimble UI Version

0.14.0

Desktop (please complete the following information):

  • OS: Linux mint 20 Cinnamon
  • Browser: chrome Version 87.0.4280.88 (Official Build) (64-bit)
@codyx
Copy link

codyx commented Feb 2, 2021

Have you tried downgrading styled-components to version 4.4.1 as mentioned here: https://github.com/ConsenSysMesh/rimble-ui/issues/447#issuecomment-621933861

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants