Results 6 comments of Join This Band

@matthughes - did you see the polyfill suggestion on here? Not tried it myself. https://github.com/danieldietrich/candid/issues/17#issuecomment-1028455087

Based on the discussion on [this page](https://github.com/ianstormtaylor/slate/issues/3421) I tried adding `contentEditable={false}` to the parent element, which seems to have fixed the issue. E.g. {text.value} Be interested to know if this...

Hi @MichalNemec I had this issue in Chrome but not Safari weirdly. Adjusting my [session config](https://keystonejs.com/docs/apis/session#stateless-vs-stored-sessions) seemed to fix the problem: let sessionMaxAge = 60 * 60 * 24 *...

Thanks for flagging @jhohlfeld - also seeing this issue

The (end) callback doesn't work if the user interacts with the slider track, rather than dragging the handle. (change) only fires once the slider change event is complete and works...

@roelofjan-elsinga I was having a similar problem generating sliders dynamically with ngFor, but having all config in an object in my .ts file rather than inline seems to have solved...