Hi, my css class not loading in the volt syntax. my code is
{{ url_field("companyurl","class":'form-control') }}
this css class not loading in volt syntax. why? where as my php phalcon code does load the style.
<?php echo Phalcon\Tag::urlField(array("companyurl",'class'=>'form-control')); ?>