react-pick icon indicating copy to clipboard operation
react-pick copied to clipboard

Feature Request: Enhance Combobox take its input component as a prop

Open gbenson-wikia opened this issue 8 years ago • 0 comments

Without having tested it (on account of issue #8 ), I'm pretty sure that simply removing https://github.com/hellojwilde/react-pick/blob/master/src/Combobox.js#L206 and adding "inputComponent: TypeaheadInput" into getDefaultProps(), you should be able to make Combobox more easily extensible.

In theory, this change would make it much easier for me to, for example, use the Textfield from react-mdl in place of .

gbenson-wikia avatar Mar 31 '16 20:03 gbenson-wikia