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

Merge branch 'feature/strong-typing-pp' into 'feature/strong-typing'

fix: radio field

See merge request !27
parents f879cad8 5c6ca1f8
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 #6805 passed with stages
in 2 minutes and 21 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