Closed anavalo closed 1 year ago
This PR makes the passed inputRef in MuiChipsInput bind with the input.
MuiChipsInput
Since the component uses all MUI TextField props, it should use the passed inputRef if any.
closes: #19
You can simply pass the ref prop to the component. It's the same as inputRef here.
ref
inputRef
But I've still released the fix : https://github.com/viclafouch/mui-chips-input/releases/tag/v2.0.1
This PR makes the passed inputRef in
MuiChipsInput
bind with the input.Since the component uses all MUI TextField props, it should use the passed inputRef if any.
closes: #19