Deniz Akşimşek

Results 57 comments of Deniz Akşimşek

Maintainer of missing.css here, we're near a 1.0.0 release so I hope nobody minds me bumping this

Does `clear ` unset the value, or remove all the ``s?

> Addendum: I meanwhile found a description in [the docs for show](https://hyperscript.org/commands/show/). Is that also valid for hide? Yep. Mind adding a link to the `show` docs in `hide`?

> we need to handle form submission in javascript What is it that you can't achieve by reading the values directly off the elements (`#elt's value`) or the whole form...

One issue with that is that we need to make `I` a feature start

The more I think about this, the more I feel like behaviors should be addressed by URL. Current behaviors break LoB by being global variables.

> Also... I'm not sure if you can mix installing behaviors and normal hyperscript in the same _="..." attribute at the moment. You can. ``` _=" install Draggable(handle: .titlebar in...

Always annoying when issues don't get closed when they're fixed... Thanks for reporting!

A few thoughts: - You're using an HTML attribute, not a variable. You can already listen to changes in HTML attributes using [mutation events](https://hyperscript.org/features/on/#mutation). However, it's not possible to store...