-
Updated
Mar 11, 2021 - Dart
Material design
Material design is a design language developed by Google. It makes use of grid-based layouts, responsive animation, and transitioning.
Here are 5,900 public repositories matching this topic...
-
Updated
Mar 10, 2021 - TypeScript
-
Updated
Feb 5, 2021 - JavaScript
-
Updated
Mar 10, 2021 - Dart
-
Updated
Mar 11, 2021 - HTML
Environment
Browsers: Chrome 88.0.4324.190
OS: Windows 10
Steps to reproduce
Click on Contents > Events
Expected Behavior
Screen scrolls to the component events
Actual Behavior
Screen scrolls to the property called "events"
Reproduction Link
There's no type for selected field of MatButtonToggleGroup
https://material.angular.io/components/button-toggle/api#MatButtonToggleGroup
-
Updated
Mar 10, 2021 - JavaScript
-
Updated
Mar 7, 2021 - Swift
-
Updated
Feb 22, 2021 - Kotlin
Is your feature request related to a problem? Please describe.
Currently Quasar Modes support TS files (for Electron and PWA modes), but the CLI isn't generating them out of the box.
Additional context
We need to create the TS version of all current files in these folders:
Bug
When the user changes a radio group, the radio group should be scrolled into view if it's no
-
Updated
Mar 11, 2021 - TypeScript
-
Updated
Oct 18, 2020 - Dart
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 your feature request related to a problem? Please describe.
When setting the layout anchor of a extended fab to the bottom app bar it does not show the cutout.
Describe the solution you'd like
The ability to use any shape as the cutout, or at least all the Fab variants.
Is there any way to implement horizontal radio button group?
-
Updated
Feb 25, 2021 - Kotlin
-
Updated
Jul 16, 2020 - Python
-
Updated
Mar 10, 2021 - JavaScript
I'm using v4.0.0, and I draw a red line to demonstrate this.
I suggest that clear button should be aligned also.
Thank you.
-
Updated
Feb 26, 2021 - Kotlin
-
Updated
Dec 7, 2020 - CSS
-
Updated
Aug 9, 2017 - Java
-
Updated
Mar 9, 2021 - JavaScript


Current Behavior😯
In version 5 a button click always triggers a submit.
Expected Behavior🤔
Submit should only be triggered if the button is of type 'submit'.
Steps to Reproduce🕹
Version 5:
https://codesandbox.io/s/funny-silence-4wdsx?file=/src/App.tsx
Version 4:
https://codesandbox.io/s/cool-forest-25i0x?file=/src/App.tsx