This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
'md-select' causes 'md-fab-speed-dial' to trigger #8527
Comments
ThomasBurleson
added
the
P1: urgent
Urgent issues that should be addressed in the next minor or patch release.
label
May 23, 2016
It appears that the It used to read As a quick workaround, you should be able to use something other than |
Thanks for the solution. :) |
ThomasBurleson
removed
the
P1: urgent
Urgent issues that should be addressed in the next minor or patch release.
label
Jun 6, 2016
topherfangio
added a commit
to profoundry-us/material
that referenced
this issue
Jun 6, 2016
Fix styles and code to follow pristine/dirty styling of other input elements and provide CSS class for stand-alone usage. - Select now behaves like a normal input, appearing as invalid if the user focuses/blurs the element, or submits the form, without selecting an option. - Fix issues with floating labels not working on focus. - Add new `md-no-underline` CSS class to allow for stand-alone usage (non-form). - Update demos to show new stand-alone usage. Additionally, the select component currently sets the `isOpen` variable on the `$scope`. This can cause conflicts if the user has their own `isOpen` variable on the scope. Fix by privatizing our own variable to `_mdSelectIsOpen` to reduce chances of a conflict. Fixes angular#8529. Fixes angular#7988. Fixes angular#8527.
topherfangio
added
the
in progress
Mainly for in progress PRs, but may be used for issues that require multiple PRs
label
Jun 6, 2016
topherfangio
added
has: Pull Request
A PR has been created to address this issue
and removed
in progress
Mainly for in progress PRs, but may be used for issues that require multiple PRs
labels
Jun 6, 2016
topherfangio
added a commit
to profoundry-us/material
that referenced
this issue
Jun 9, 2016
Fix styles and code to follow pristine/dirty styling of other input elements and provide CSS class for stand-alone usage. - Select now behaves like a normal input, appearing as invalid if the user focuses/blurs the element, or submits the form, without selecting an option. - Fix issues with floating labels not working on focus. - Add new `md-no-underline` CSS class to allow for stand-alone usage (non-form). - Update demos to show new stand-alone usage with required example. - Standardize asterisk visibility when required when standalone or inside of a `<md-input-container>` Additionally, the select component currently sets the `isOpen` variable on the `$scope`. This can cause conflicts if the user has their own `isOpen` variable on the scope. Fix by privatizing our own variable to `_mdSelectIsOpen` to reduce chances of a conflict. Fixes angular#8529. Fixes angular#7988. Fixes angular#8527.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Actual behavior:
CodePen or Steps to reproduce the issue: *
Angular Versions: *
Additional Information:
Shortcut to create a new CodePen Demo.
Note:
*
indicates required information. Without this information, your issue may be auto-closed.The text was updated successfully, but these errors were encountered: