Skip to main content

SearchInput

Use the SearchInput component for search queries. It includes a built-in Clear button for quick resets.

Changes to SearchInput. The full components changelog also lists package-wide and cross-cutting entries.

3.11.0

Updates

  • The built-in clear button now exposes an accessible name, so assistive technologies announce its purpose. (APPDEV-18637)

3.10.0

Updates

Forms

  • Added onFocus and onBlur props to TextInput, TextArea, NumberInputV2, PasswordInput, SearchInput, Checkbox, Radio, RadioGroup, Switch, ToggleButtonGroup. TextInput, NumberInputV2, PasswordInput, SearchInput, RadioGroup, and ToggleButtonGroup only fire the blur when focus leaves the entire component, not on internal transitions (e.g. tabbing from the input to a suffix button).

3.7.0

Updates

  • Fixed SearchInput stepper from showing "1 / 0" when there were no matches. (APPOBS-33512)

3.6.0

Updates

  • Added an optional stepper. (APPOBS-33512)

3.4.0

Updates

General

  • Behavior tracking attributes are now supported in all button components, including Button, IntentButton, NotifyButton, and RunQueryButton. (APPDEV-16876)
  • The text and icon color tokens for the success on accent button are now correct. (APPDEV-17388)
  • Behavior tracking attributes are now supported in all form components, including Calendar, Checkbox, DateTimePicker, DateTimeRangePicker, FieldSet, FormField, Label, NumberInput, NumberInputV2, PasswordInput, Radio, SearchInput, Select, Switch, TextArea, TextInput, and ToggleButtonGroup. (APPDEV-16882)
  • Behavior tracking attributes are now supported in FilterBar, FilterField, SegmentSelector, and TimeframeSelector. FilterField.Suggestions and TimeframeSelector.Presets now also support behavior tracking attributes. (APPDEV-16881)
  • Added feature flag and css overrides for design tokens for visual refresh. (APPDEV-17223)
Still have questions?
Find answers in the Dynatrace Community