nette-forms-inputlist
nette-forms-inputlist copied to clipboard
Alternative RadioList & CheckboxList for Nette Framework
Results
2
nette-forms-inputlist issues
Sort by
recently updated
recently updated
newest added
Hi Vojtech, recently I figured out, that having standard input with attributes in linkedlist macro invokes Parses error. Example of my code {inputlist $inputs as $name => $label} {input} {label...
Hi, I'm using RadioList (addMultiRadio) and client-side validation doesn't seem to work (not even adding data-nette-rules on any of inputs). It works fine with Nette's native RadioList.