Skip to content
material-design logo

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,553 public repositories matching this topic...

flutter
ivanryndyuk
ivanryndyuk commented Sep 30, 2019

Issue Description

Method Future<LatLng> getLatLng(ScreenCoordinate screenCoordinate) returns different results for the same ScreenCoordinate on iOS and Android.

Steps to Reproduce

  1. Add GoogleMap widget filling entire device screen.
  2. Set initialCameraPosition.target to (lat; lng) coordinates.
  3. Retrieve GoogleMapController in onMapCreated handler.
  4. In onCameraIdle
material-ui
LikiaSun
LikiaSun commented Oct 7, 2019

Select component's onChange is work, but it cannot render selected value.

import React, { useState } from 'react';
import InputLabel from '@material-ui/core/InputLabel';
import Select from '@material-ui/core/Select';
import MenuItem from '@material-ui/core/MenuItem';

export default function Test() {
  const [test, setTest] = useState({
    a: '',
    b: '',
    sum: {
valendres
valendres commented May 31, 2018

Test Case

https://codepen.io/valendres/pen/NzqyqN

Summary

Using @extend inside a ::before or ::after pseudo selector can result in invalid css, causing styling to not be applied to target elements. This happens when attempting to apply styling to elements within a .btn

Expected result

To be able to apply css on specific elements within a .btn.

Additional Informa

components
KevinJue
KevinJue commented Jun 13, 2019

Bug, enhancement request, or proposal:

In mat-form-field with outline appearance you can insert a mat-chip-list inside the form-field but the label doesn't go above the input
it's look like a bug, because if we insert the mat-chip-list outside or if we change the appearance everything look good

![Capture d’écran 2019-06-13 à 11 20 54](https://user-images.githubusercontent.com/1983788/59420

panstromek
panstromek commented Sep 2, 2019

This feature allows you search a page directly by just typing its URL and "TAB" key. It works on Quasar forum for example (but also on YouTube, Facebook, StackOverflow etc.).

This would be very handy, because you can skip two steps when looking up a docs page.

What we need to do to achieve this:

  1. Sync search input with URL query (or route param, but query is probably easier with current
mshoestrng
mshoestrng commented Aug 2, 2019

Some suggestions to improve the documentation of bootstrapTable:

  • column option "sorter": please include expected return values for custom sorter function (it was only through guessing that I found out it's actually -1, 0, 1)
  • table options/column options/events/methods: please sort the options/methods in alphabetical order - also in the index in the right column (it's very tedious to scan f
codycaldwell
codycaldwell commented Oct 11, 2018

The Input component defines an input tag along with a role attribute equal to 'input'. This causes some accessibility scanners to raise the following violation:

"The WAI-ARIA role(s) and/or attribute(s) input are not valid for the element input"

Is there a way we can remove the redundant role or at least provide a way to override the value?

You can’t perform that action at this time.