nette / forms

đź“ť Generating, validating and processing secure forms in PHP. Handy API, fully customizable, server & client side validation and mature design.

Home Page:https://doc.nette.org/forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap rendering not working when rendering manually

leomat opened this issue · comments

If I use a custom renderer (see capture), the class I wan to add is not added when displaying the form manually

See captures to understand
renderer
form_creation
form_display
form_result

This is intended behaviour. For manual rendering you may use github.com/nextras/forms-rendering

My bad.
Thanks for the reply