-
Notifications
You must be signed in to change notification settings - Fork 81
Horizontal form #8
Comments
Like this :-) |
Let me know if you need any more help :-) |
Updated URL to that example: http://angular-formly.com/#/example/bootstrap-specific/bootstrap-horizontal |
👍 thanks! Updating the original link as well. |
Just started using Angular Formly about 3 hours ago and needed a horizontal form. Talk about perfect timing :) Got it working like a charm and added a horizontalSelect type to boot. Thanks again! |
One thing I did notice, however, is that the templateOptions: {required: true} no longer provides the asterisk next to the label. I can manually add it to '{{to.label}} *' for a workaround in the setWrapper template. |
Yeah, I updated the example: http://angular-formly.com/#/example/bootstrap-specific/bootstrap-horizontal |
Works great. Thanks! |
how can i make horizontalSelect ? |
Per the documentation added here: http://angular-formly.com/#/example/bootstrap-specific/bootstrap-horizontal you can add a formlyConfigProvider.setType({}) for a select.
HTML
|
Thanks @robrothedev, i should have seen that , sorry |
Not a problem and you're welcome. |
How would I make the form horizontal? http://getbootstrap.com/css/#forms-horizontal
The text was updated successfully, but these errors were encountered: