Skip to content
This repository has been archived by the owner on Oct 27, 2018. It is now read-only.

Added support for input state and feedback. #46

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rafaeldias
Copy link

I've been through a situation where I needed the input state and feedback icon integrated with chosen.

There is now support for control validation:

chosen-input-status1

Also, it's now possible to use has-feedback with chosen :

chosen-input-state-feedback

There is only one problem with a chosen with single select and deselect enabled :

chosen-input-status-feedback1

As you can see, the icon of the feedback overlaps the icon of the deselect.
I thought of positioning the feedback icon out of the chosen select box in this case :

chosen-input-state-feedback2

But I don't know if it's a good idea. What do you think?

File for mixins has been added for better maintenance. Also a new variable has been added for padding the feedback chosen.

Less and Sass tested.

Rafael Dias and others added 4 commits February 20, 2015 17:09
Added support input status with success, error and warning and feedback.
Added a mixin file for bootstrap-chosen (bootstrap-chosen-mixinx) and
a new variable for padding the feedback chosen.
@rafaeldias rafaeldias changed the title Added support for input status and feedback. Added support for input states and feedback. Feb 26, 2015
@rafaeldias rafaeldias changed the title Added support for input states and feedback. Added support for input state and feedback. Feb 26, 2015
@alxlit
Copy link
Owner

alxlit commented Feb 27, 2015

Looks good to me. I'm uncertain about the feedback icon in the deselect case, maybe it's time to modify the sprite sheet.

@alxlit alxlit added this to the 1.1.0 milestone Feb 27, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants