Would it be possible to release a new version?
#68 works well for our usecase, but we want to display only the submit button and ran into the issue of the tags.
I've updated the patch from #68 to have a position option, similar to the reset button.
This allows it to only display a submit button when you select. "Show only apply button"
Added a patch for this in
https://www.drupal.org/project/commerce_simple_stock/issues/3330274#comm...
📌
Use dependency injection for \Drupal::entityQuery
Needs review
Might be better to review, test and commit that one.
Updated the patch to add accessCheck
samuhe → created an issue.
MR seems good.
+1 for having a global setting, overrideable on widget level.
A first patch.
There sometimes is a small stutter because of the animations not being 100% synced.
Not sure if someone knows of an elegant way to solve it.
This fixes the issue for me.
The MR seems to be working for me.
I Created an updated patch for Drupal 10.1.x
patch in #2 fixes warnings in php8.1 for me
Seems like patch in 11 is working correctly. Thank you for the patch.