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

Specifying type in formInput messes up with control size #982

Open
DBinaghi opened this issue Jul 21, 2022 · 0 comments
Open

Specifying type in formInput messes up with control size #982

DBinaghi opened this issue Jul 21, 2022 · 0 comments

Comments

@DBinaghi
Copy link
Contributor

Hi.

In a config form (E-mail Notification plugin) I'm using type to specify that the input box should accept only valid e-mail addresses, as follows:

<?php echo $view->formInput('email_notification_recipient_address', get_option('email_notification_recipient_address'), array('type'=>'email','multiple'=>'multiple')); ?>

Unfortunately, the use of the type email is messing up with the size of the input box, as visible in this picture (removing the array parameter visually solves the problem, but then make it harder to validate the input box content):
image

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

1 participant