formly-js / angular-formly-templates-lumx

LumX Templates for Angular-Formly
https://af-lumx.herokuapp.com/
MIT License
35 stars 14 forks source link

angular-formly-templates-bootstrap valueProp equivalent in lx-select #18

Open mattwoolnough opened 8 years ago

mattwoolnough commented 8 years ago

angular-formly-templates-bootstrap has a valueProp which allows only the value to be returned.
I've set up 2 plnkrs below to demonstrate the difference. Is there something in lumx templates that provides similar functionality? I can't seem to find it.

bootstrap http://plnkr.co/edit/KsiXkOcTbFZNcM8DrxWt

LumX http://plnkr.co/edit/KsiXkOcTbFZNcM8DrxWt

ShMcK commented 8 years ago

Good question, and very useful. It doesn't currently exist, but could easily be implemented based on these examples.

I've added instructions on how to compile custom templates to the README. If you'd like, I'd be happy to take any pull requests.

mikekhristo commented 8 years ago

+1 for this if anyone gets around to it