0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed members chart dropdown style

no issue

We switched to angle bracket syntax and some PowerSelect properties were not properly auto configured here which enabled search box on members chart range dropdown
This commit is contained in:
Rish 2020-01-23 13:46:15 +05:30
parent ba6389aaf5
commit 32cceb8a54

View file

@ -9,13 +9,13 @@
<PowerSelect
@selected={{this.selectedRange}}
@options={{this.availableRange}}
@searchEnabled=false
@searchEnabled={{false}}
@onChange={{action "changeDateRange"}}
@tagName="div"
@classNames="gh-contentfilter-menu gh-contentfilter-type"
@triggerClass="gh-contentfilter-menu-trigger"
@dropdownClass="gh-contentfilter-menu-dropdown gh-members-chart-dropdown"
@matchTriggerWidth=false
@matchTriggerWidth={{false}}
data-test-type-select="true"
as |range|
>