Zacharias Enochsson
Zacharias Enochsson
Anyway, this doesn’t sound much like the kind of use-case hyperapp is best for. Unless you’re talking about the iframe content - but each iframe will be its own isolated...
I'm not sure how Ionic is adding those "implicit classes" (I'd guess in the web-components connectedCallback function, but it could be from externally too I suppose). In any case I...
> I guess a workaround would just be to not touch the classes through Hyperapp at all for some particular controls, and just explicitly handle them through node.classList as an...
Just in case it interests you, I hacked together a decorator component that will protect dynamic classes from being overwritten by hyperapp, while allowing you to control other classes from...
Possibly related: I have an optional reference field called "link", with the label: "{title}" (on a "file" type content, with format "json") Removing the reference results in the field having...
Related to this (I think) I have noticed that when I have an *optional* reference field, and one removes the reference (with the 'X' button) the value becomes "null" (as...
I'm not the owner but a long time contributor. I haven't heard from Jorge in quite a while, so just to not keep you waiting forever I'll leave my own...
@skanne is right - inability to set options on event listeners is a genuinely a missing feature, and particularly for events that should be marked as passive, I haven't found...
@skanne that solution of yours looks pretty darn clean to me. I say put the PR together and lets see where it goes! It's a little bit of a shame...
Since I mentioned in a previous comment, my hyperapp-astro integration, I wanted to let you guys know: it's been updated! I'm sure there are improvements to be made but feature-wise...