Martin Pengelly-Phillips

Results 29 issues of Martin Pengelly-Phillips

Just started using Cycle.JS and cycle-restart so the following may be just my ignorance :) When using `isolate` in an app, no changes to the DOM code are loaded visibly...

Currently the core has some logic to control visibility of the `input`, but this only makes sense for the specific component implementation. A custom component setup might not want this...

enhancement

It is possible to return elements from a custom `format` function, e.g. to return an image and text side by side. However, the typings currently only expect a `string`. Update...

typings

This is a great library! I built an autocomplete / select control for Solid (https://solid-select.com/). It has a core that is ui independent. I'm curious if it might help with...

enhancement

When navigating pagination with the keyboard, focus is not shifted by the primitive to the active page element. As a result, the currently focused page element can eventually be destroyed...

To avoid typical overflow and z-index issues when consumers use the default `Select` component; consider making it use a portal by default and potentially use [floating-ui](https://floating-ui.com/) for positioning. Or maybe...

enhancement

### Description When building my application (that uses `@tabler/icons-solidjs`) with Vite I was expecting icons to be tree shaken to only include the ones imported. But ALL icons are being...

bug

I encountered some issues using the Solid adapter with the latest Solid version (1.8). In particular, no items would display unless I added into my code a deferred setting of...

### Describe the bug Additional `scroll` events sometimes occur _after_ `scrollend` has been fired. This then causes `isScrolling` to be set to `true` indefinitely (until new scrolling is performed). It...