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

Different behavior between chrome and firefox for a form #604

Open
Kcchouette opened this issue Aug 22, 2019 · 0 comments
Open

Different behavior between chrome and firefox for a form #604

Kcchouette opened this issue Aug 22, 2019 · 0 comments

Comments

@Kcchouette
Copy link

Hello

for this HTML code (a simple search form):

		<section class="navbar-section">
			<form name="searchform">
				<fieldset class="input-group input-inline">
					<input type="text" name="search" class="form-input"  placeholder="Search on"   required/>
					<select name="bot" class="form-select">
						<option value="">ALL BOTS</option>
						<option value="option1" selected>option1</option><option value="option2">option2</option>				</select>
					<input type="submit" class="btn btn-primary input-group-btn" value="Search"/>
				</fieldset>
			</form>
		</section>

here how it displays on firefox:

Firefox

and here how it displays on chrome:

chrome

Can you fix the chrome displays, please?

Thanks!

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