Skip to content

Commit

Permalink
fix error pannel length
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Oct 12, 2023
1 parent d2e2b55 commit c890c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/autosuggest/_macro.njk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
>

{% set autosuggestResults %}
<div class="ons-autosuggest__results ons-js-autosuggest-results{% if params.width %} ons-input--w-{{ params.width }}{% else %} ons-input--w-20{% endif %}">
<div class="ons-autosuggest__results ons-js-autosuggest-results{% if params.input.width %} ons-input--w-{{ params.input.width }}{% else %} ons-input--w-20{% endif %}">
<div id="{{ params.resultsTitleId }}" class="ons-autosuggest__results-title ons-u-fs-s">{{ params.resultsTitle }}</div>
<ul class="ons-autosuggest__listbox ons-js-autosuggest-listbox" title="{{ params.resultsTitle }}" role="listbox" id="{{ params.id }}-listbox" tabindex="-1"></ul>
</div>
Expand Down

0 comments on commit c890c97

Please sign in to comment.