Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for radio list #27

Open
sallyx opened this issue Jul 9, 2018 · 1 comment
Open

Support for radio list #27

sallyx opened this issue Jul 9, 2018 · 1 comment

Comments

@sallyx
Copy link

sallyx commented Jul 9, 2018

DependentSelectBox does not work with Nette\Forms\Controls\RadioList:

$radioList = $form->addRadioList(...);
$form->addDependentSelectBox('country_id','country', $radioList)
			->setDependentCallback(...);
@peldax
Copy link
Contributor

peldax commented May 22, 2019

This might be fixed by #29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants