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

Search is not working as expected #102

Closed
facundofarias opened this issue Oct 7, 2017 · 0 comments
Closed

Search is not working as expected #102

facundofarias opened this issue Oct 7, 2017 · 0 comments

Comments

@facundofarias
Copy link
Contributor

As far as I can see, it wasn't implemented yet:

<form class="navbar-form navbar-left dropdown" role="search">
	<div class="form-group with-icon dropdown-toggle" data-toggle="dropdown" >
		<input type="text" class="form-control overall-search-input" placeholder="Search...">
		<i class="fa fa-search icon"></i>
	</div>
	<ul class="dropdown-menu dropdown-menu-right" id="overall-search-output" onClick="event.stopPropagation();" style="margin-top: 4px; margin-right: 15px; width: 250px; padding: 4px 5px; max-height: 250px; overflow: auto;">
   		<li style="font-style: italic; text-align: center; font-size: 13px;">Type something.</li>
    </ul>
</form>

The form in opus/resources/views/partials/menu.blade.php doesn't have an action.

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

2 participants