This should allow for consumers to pass in non-prop attrs such as placeholder, value, style, class, etc... into the input. This should allow setItem callback to properly set the "value" on the input rather than on the wrapping component root element (div) when a user selects an item from results list.
This should allow for consumers to pass in non-prop attrs such as placeholder, value, style, class, etc... into the input. This should allow setItem callback to properly set the "value" on the input rather than on the wrapping component root element (div) when a user selects an item from results list.