Material design
Material design is a design language developed by Google. It makes use of grid-based layouts, responsive animation, and transitioning.
Here are 4,967 public repositories matching this topic...
I'm running into an issue where I need to handle the event propagation for the escape key on my own. It's impossible to get around because it's hard-coded in the handleKeyDown callback.
To be specific, I have a Popper rendered (via portal) over the modal, and when a user hits the Escape key, I want to close the Popper, but not the modal.
- [-] The issue is present in the latest release.
Previously when using material icons I used the <i> tag and I believe I recall that material.io suggested that tag as well. Having checked again today I'm now seeing material.io suggesting that a <span> tag be used (which according to a lot of highly debated stack overflow answers is the correct tag to use for icons).
The issue is that material.io and the github pages documentation are not
When asking general "how to" questions:
-
Please do not open an issue here!
-
Instead, ask for help on StackOverflow or in our Gitter channel.
-
Read the [CONTRIBUTING document](https://github.com/Dog
There is a typo in documentation for styles page.
mdl-1.x/docs/_pages/styles.md
What is the expected behavior?
This portion is only to demonstrate header and display styles for our CSS.
What is the actual behavior?
Typo is highlighted in following line:
This portion is only to demonstrate header and display styles for out CSS.
-
Updated
Apr 20, 2020 - Dart
Environment
Vuetify Version: 2.2.20
Vue Version: 2.6.11
Browsers: Chrome 80.0.3987.163
OS: Mac OS 10.15.2
Steps to reproduce
- open console
- focus input
- check console for 'handleFocus'
- click 'no data'
- check console for 'handleBlur'
- re-focus input field
- handleFocus doesn't trigger again
Expected Behavior
v-autocomplete/v-combobox `@b
Trying to open https://material.angular.io/components/datepicker/overview#choosing-a-date-implementation-and-date-format-settings using Chrome browser.
The browser should scroll to the "Choosing a date implementation and date format settings" section.
But currently, it doesn't scroll at all. The browser stays on the top-most part of the page.
P.s. this URL is obtained through copying the li
Suggestion
We should add a .travis.yml and set up Travis CI. Although Hero has a limited test suite it's still useful to make sure that the project compiles
I use material dialog 3.1.1 version with bottom-sheet behavior, When dialog is going to dismiss, first of all, bottom-sheet collapse completely and after that background/dim disappear immediately.
I compare it to android bottom-sheet dialog but it was OK and background disappear smoothly.
I checked it in Mi Mix 3 with Android 9.0 and Samsung A5 2016, both of them have this problem.
Links List Icons
Is your feature request related to a problem? Please describe.
Coming back to a Quasar project after a few months, it can be quite tedious to navigate through all the individual release notes to get an overview of all the changes.
Describe the solution you'd like
I think it would make sense to allow users to filter the release notes by repository, version and/or release date. Being ab
Not a single form field has a label. These designs are not usable and the patterns presented should be discouraged.
I suggest adding a validation check like Nu Validator, aXe, lighthouse, etc. to show all the places this markup is invalid.
Is there any way to implement horizontal radio button group?
Summary
Folder icon bug
Expected behavior
Display the arrows icons properly when setting
material_theme_arrow_folders is true
Actual behavior
Steps to reproduce
Just change the setting material_theme_arrow_folders,
Please check the full config bellow
...
"
-
Updated
Apr 23, 2020 - JavaScript
-
Updated
Apr 5, 2020 - Kotlin
-
Updated
Apr 9, 2020 - Swift
The cell input extension is not documented (didnt knew that extension exists until now).
@wenzhixin The extension is also not selectable on the online editor.
Is your feature request related to a problem? Please describe.
Right now it's not possible to set a fixed color for the collapsed hint, and a fixed color for the expanded hint. Based on the current API and styles available, we can only set the hint text color for when there's focus, and for when there isn't.
The [current documentation](https://material.io/develop/android/components/text-
-
Updated
Apr 6, 2020 - Swift
-
Updated
Apr 8, 2020 - Dart
I've a reycleview with cardviews and if i click on them it opens an other activity. But the first item always appeared like this:

And then the second item is showed correct:
 {
super.onCreate(savedInstanceState);
[...]
// Instead of fragments, you can also use our dUsing Material-Kit, I'm unable to figure out how to get the date/time picker to be restricted to time only. Looking at the instructions on GitHub for the plugin as referenced on the Material Kit's documentation and website, the instructions are not clear -- they show how to do it for an older version, but Material Kit is using a modified version, and the instructions shown do not work. Has anyon
From the specification
If an action is long, it can be displayed on a third line.
To do this we should do the following (this assumes #1422
Documentation bug
On this page:
https://vuematerial.io/ui-elements/layout
You have an error. You need a /dist before the engine import, or it wont work.


It can be useful to add a toString() and toStringShort() methods for device_info plugin. Instead of getting the fields one by one, we can use these methods for quick information about the device.