Replies: 1 comment 3 replies
-
Hi! You can use the text option and then set the type to number. Example: $section->add_option('text', [
'name' => 'option_1',
'label' => __('Option 1', 'textdomain').
'type' => 'number'
]); |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thanks for this library. I found that your package doesn't support number format. I'm going to make PR with this.
Beta Was this translation helpful? Give feedback.
All reactions