Element: <oj-input-search>

Oracle® JavaScript Extension Toolkit (JET)
16.1.0

F92239-01

DOM Interface: InputSearchElement

Note: This component is not supported in the following themes: Alta

Version:
  • 16.1.0
Since:
  • 9.0.0
.oj-input-search-hero
Render a larger search field that is more prominent on the page
Example
<oj-input-search class="oj-input-search-hero">
 <!-- Content -->
 </oj-input-search>

Category: form-control-max-width

In the Redwood theme the default max width of a text field is 100%. These max width convenience classes are available to create a medium or small field.
The class is applied to the root element.

Classes:

.oj-form-control-max-width-sm
Sets the max width for a small field.
.oj-form-control-max-width-md
Sets the max width for a medium field.

Category: form-control-width

In the Redwood theme the default width of a text field is 100%. These width convenience classes are available to create a medium or small field.
The class is applied to the root element.

Classes:

.oj-form-control-width-sm
Sets the width for a small field.
.oj-form-control-width-md
Sets the width for a medium field.