Skip to content
Snippets Groups Projects
Commit 5c6ca1f8 authored by Piotr Po's avatar Piotr Po
Browse files

fix: radio field

parent 41941369
No related branches found
No related tags found
3 merge requests!28release: 3.0.0,!27fix: radio field,!19Add strong typing for 3.0 version
Pipeline #6785 passed with stages
in 2 minutes and 31 seconds
......@@ -4,6 +4,10 @@ namespace WPDesk\Forms\Field;
class RadioField extends BasicField {
public function get_type(): string {
return 'radio';
}
public function get_template_name(): string {
return 'input-radio';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment