Issue description
I'm attempting to make a hidden file input where, when I click a button, the file input dialog shows up. The codepen link below illustrates the problem pretty well -- when you click the button nothing happens. However, when you change the <Input> to a basic <input> everything works just like you'd expect.
Is there a way to reference the basic <input>? Not a huge issue for me here since the input doesn't need to look fancy anyway, but could be an issue for other applications.
- version
#4.8.0
- components:
Input
Steps to reproduce issue
Check out this pen. Clicking the button does nothing at first, but once you change the Input to input everything works as expected.
Issue description
I'm attempting to make a hidden file input where, when I click a button, the file input dialog shows up. The codepen link below illustrates the problem pretty well -- when you click the button nothing happens. However, when you change the
<Input>to a basic<input>everything works just like you'd expect.Is there a way to reference the basic
<input>? Not a huge issue for me here since the input doesn't need to look fancy anyway, but could be an issue for other applications.#4.8.0InputSteps to reproduce issue
Check out this pen. Clicking the button does nothing at first, but once you change the
Inputtoinputeverything works as expected.