You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think there's a good way to do this. If it's just the Glyphicon you need, you can define a custom displayOption as a function on your typeahead to inject the glyph.
Hi there,
How can I pass the buttonAfter prop to Input?.
I can't make it across the inputProps.
Here is the Input that I want to get
<Input type="text" buttonAfter={<Button type='submit'><Glyphicon glyph="search" /></Button>} />
thanks and greeting
The text was updated successfully, but these errors were encountered: