lekhang2512

Results 1 comments of lekhang2512

@sonOfwidgets I tried this and it worked for me: ``` GlobalKey collectionKey = GlobalKey(); SmartSelect.single( key: collectionKey, title: AppLocalizations.of(context) .translate('page_product_filter_collection'), placeholder: 'Choose one', value: widget.filters['collection_id'], onChange: (state) => setState(() =>...