contributte / forms-bootstrap

👾 Bootstrap 4 + 5 forms for Nette framework
MIT License
19 stars 19 forks source link

add cell with COLUMNS_AUTO doesn't work #70

Closed pytelCZ closed 2 years ago

pytelCZ commented 2 years ago

Because in BootstrapRow class in addCell function there is $numOfColumns defined as int (and COLUMNS_AUTO is set as null)

dakorpar commented 2 years ago

This should be fixed now, can U try on dev-master or ^0.6 to confirm? I'll release version after you confirm

pytelCZ commented 2 years ago

perfect, fixed