Skip to content

v1.1.0

Compare
Choose a tag to compare
@ghoshnirmalya ghoshnirmalya released this 02 Jan 13:20
· 251 commits to master since this release

1.0.3 (2019-01-02)

New props for modifying styles

  • autoFocus - Focus on the input box once the component is mounted.
  • onSelect - A function which acts as a callback when any record is selected. It is triggered once a dropdown item is clicked.
  • onFocus - A function which acts as a callback when the input is focussed.
  • onChange - A function which acts as a callback when the input value is changed.
  • inputBoxFontColor - Color of the text in the input box.
  • inputBoxBorderColor - Color of the border of the input box.
  • inputBoxFontSize - Size of the font of the input box.
  • inputBoxHeight - Height of the input box.
  • dropDownHoverColor - Background color on hover of the dropdown list items.
  • dropDownBorderColor - Border color of the dropdown.