Petre-Gabriel / greenlight

A minimal JavaScript framework for boosting production on small-scale web projects.
https://gl.petregabriel.ro
0 stars 0 forks source link

gl-bind doesn't work with all input types. #13

Closed Petre-Gabriel closed 8 months ago

Petre-Gabriel commented 8 months ago

In the code there needs to be a difference between text inputs and other types.

Internally, GreenLight currently only adds a input event handler to watch for changes in the field but there should be support for all types.

Petre-Gabriel commented 8 months ago

Now, it should work with the updated directives - PR #15