Code Monkey home page Code Monkey logo

Comments (4)

malexandre avatar malexandre commented on August 22, 2024

Thanks for reporting the issue. We saw it this morning. The HTML5 validation is stopping the model from being updated. We'll try to find a solution soon.

from lumx.

tagazok avatar tagazok commented on August 22, 2024

I haven't test with email but I have the same problem with 'date' type in text-field.
In the other hand, the 'number' html5 type works.

from lumx.

malexandre avatar malexandre commented on August 22, 2024

It's kind of a problem from Angular. They decided that the model must not be updated if the value doesn't validate the HTML5 type. And our directive watch the model to now if there is a need to slide up the label. I'll try to manage this by a "change" jqlite event instead of a watch on the model, but I'm not sure it's the best solution.

from lumx.

malexandre avatar malexandre commented on August 22, 2024

The solution is available in the last release. By using a mix between the watch of the ng-model and the watch of changes with jqlite, it's now working event for the HTML5 type that didn't work before.
But please see the changelogs as there are breaking changes with the text-fields directive.

from lumx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.