Maurice Snip
Maurice Snip
The `show` prop is hardcoded in `FacetContainer`, so every facet (`View`) gets a sliced `facetValues` array passed as `options` prop. This is not desirable for facets like `SingleSelectFacet`, which do...
While building a search experience, I noticed that `SingleSelectFacet` won't revert to it's "Select..." placeholder when you clear/remove filters with `clearFilters` or `removeFilter`. All other Facet types work just fine....
Hey there, First and foremost, thanks for publishing a package like this. Form validation as it should be! When piloting this package, we encountered an issue with radio buttons using...
### System info - Playwright Version: v1.34.1 - Operating System: macOS 13.2.1 - Browser: N/A - Other info: Terminal, CLI, Node 18.16.0 LTS ### Source code **Config file** ```js //...
We have several use cases where we would like to use HTTPS instead of HTTP. One of them is working with Service Workers. [They require HTTPS for registering](https://developers.google.com/web/fundamentals/primers/service-workers#you_need_https). As suggested,...