Skip to content

Commit

Permalink
[ML] Disable auto focus on job wizard select index or search page (el…
Browse files Browse the repository at this point in the history
  • Loading branch information
peteharverson authored and cjcenizal committed Aug 21, 2018
1 parent 7dbfe69 commit 3f7bdcf
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -11,6 +11,7 @@ <h3 class="kuiTitle kuiVerticalRhythm">From a New Search, Select Index</h3>
list-property="attributes.title"
user-make-url="withIndexPatternUrl"
class="wizard-row visualizeWizardPaginatedSelectableList kuiVerticalRhythm"
disable-auto-focus="true"
></paginated-selectable-list>
</div>
<div class="wizard-column wizard-column--large">
Expand All @@ -21,6 +22,7 @@ <h3 class="kuiTitle kuiVerticalRhythm">Or, From a Saved Search</h3>
type="searches"
class="wizard-row visualizeWizardSavedObjectFinder kuiVerticalRhythm"
make-url="withSavedSearchUrl"
disable-auto-focus="true"
></saved-object-finder>
</div>
</div>
Expand Down

0 comments on commit 3f7bdcf

Please sign in to comment.