forms-bootstrap

👾 Bootstrap 4 + 5 forms for Nette framework

MIT License

Downloads
490.9K
Stars
18
Committers
13

Bot releases are hidden (Show)

forms-bootstrap - v0.2.1

Published by dakorpar over 4 years ago

Bump! 🔢

Diff: https://github.com/contributte/forms-bootstrap/compare/v0.2...v0.2.1

Changes:

forms-bootstrap - v0.2

Published by dakorpar over 4 years ago

Bump! 💪

Diff: https://github.com/contributte/forms-bootstrap/compare/0.1...v0.2

Changes:

  • split datetime control to two date and datetime controls
  • allow to set default date format through static variable on DateInput
  • allow to set default datetime format through static variable on DateTimeInput
  • bootstrap cell can now have multiple controls (specially usefull for multiple buttons) #10
  • bugfix, don't call setItems on MultiselectInput if $items are null
  • allow checkboxes to be alligned with inputs in side by side rendering, use CheckboxInput::$defaultAllignWithInputControls for default through project or $checkbox->setAllignWithInputControls() for specific checkbox
  • allow alligning buttons on right (same as with checkbox defaultAllignWithInputControls & setAllignWithInputControls)
  • bugfix, allow Html on label on text input
  • auto parsing allways mysql date/time format on date(time)input no matter what format it is
  • Fix when keys are not used in choice controls #16
  • added some unit tests
  • raised phpstan lvl
forms-bootstrap - 0.1

Published by dakorpar almost 5 years ago

  • Nette 3 support