Git Product home page Git Product logo

Comments (6)

bvaughn avatar bvaughn commented on May 4, 2024

Hi @pierre-michalet.

I can't think of a graceful way to do this with formFor at the moment.

I believe you're essentially requesting parser/formatter support for the textField directive?

Let me think about it a bit.

from angular-form-for.

pierre-michalet avatar pierre-michalet commented on May 4, 2024

Yes, for that special directive.

But I use https://github.com/angular-ui/ui-select2 and the directive select2 has to be put on the input so it is not limited to parser/formatter

Maybe we can have a template attribute that we can use to specify another template than the default one ? We would still need to copy/paste the template but not the directive
Something like

<text-field template="smart-float-field.html"></text-field>

Or, better, we can copy some attributes from the text-field to the input

<text-field input-directives="{'smartFloat': {}, 'anotherDirective': {option: 1}}"></text-field>

from angular-form-for.

bvaughn avatar bvaughn commented on May 4, 2024

Oh I see. Interesting suggestion! So rather than having to override the whole field template, you could just override the <input> portion (kind of how the label and error message are individually overridable). I like it!

That feature will go out in my next release. :)

from angular-form-for.

pierre-michalet avatar pierre-michalet commented on May 4, 2024

Thanks a lot !

from angular-form-for.

bvaughn avatar bvaughn commented on May 4, 2024

To override either the single-line <input> template or the multiline <textarea> template you can just do the following:

$templateCache.put('form-for/templates/text-field/_input.html', '...');
$templateCache.put('form-for/templates/text-field/_textarea.html', '...');

I recommend forking the existing templates as a starting point though, to make sure the necessary bindings are all in place.

This will go out in the next release (hopefully within a half hour or so). Thanks for your patience.

from angular-form-for.

bvaughn avatar bvaughn commented on May 4, 2024

Check out release 1.4.3

Enjoy!

from angular-form-for.

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.