Coder Social home page Coder Social logo

bedrock-angular-searchbox's Introduction

bedrock-angular-searchbox

Front end input to handle and transform advanced search queries

bedrock-angular-searchbox's People

Contributors

mattcollier avatar davidlehn avatar dlongley avatar lamara avatar

Watchers

Manu Sporny avatar  avatar  avatar Andrew Jones avatar James Cloos avatar  avatar Dmitri Zagidulin avatar Ganesh Annan avatar  avatar  avatar Tashi D. Gyeltshen avatar

Forkers

accreditrust

bedrock-angular-searchbox's Issues

Use HTML5 search input field.

The main search input field should have type="search" added to br-options. In theory this would show a "X" or similar to allow search text to be cleared. This would allow us to remove the "Clear" button.

Currently something is stopping the "X" from appearing. (bootstrap rules? other rules?)

This can be forced to work in chrome by adding a CSS rule:

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button
}

Some research is required to understand why this is failing and how to make it work cross platform. Until then, the field is left as the default "text".

Redesign search box

This search box is way too complex. We should strive for a Google landing-page like search experience since that's what folks are used to.

We should eliminate:

  • The Search button.
  • The Clear button.
  • The Help button.

We should move:

  • The search icon to the right (and put it inside the box, if possible)

Ultimately, the search box should just be a text input box.

/cc @dlongley @mattcollier

Material design strategy

This is a general question which happens to have immediate application to this component.

We currently have need of a material themed version of this component. What is our strategy for incorporating material design buttons and inputs etc.?

Are we wholesale replacing boostrap classes with material design and making a major release?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.