The Wayback Machine - https://web.archive.org/web/20200717113341/https://github.com/topics/material
Skip to content
#

material

Here are 1,830 public repositories matching this topic...

MatthewDLudwig
MatthewDLudwig commented Apr 3, 2020

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

vuetify
components
btxtiger
btxtiger commented Apr 19, 2020

Reproduction

Use StackBlitz to reproduce your issue:
https://stackblitz.com/edit/angular-b8qqaf

Steps to reproduce:

  1. Create chip list input
    https://material.angular.io/components/chips/overview
  2. Disable form field

Expected Behavior

What behavior were you expecting to see?
Should be disabled, light gray color

Actual Behavior

What behavior did you actua

bytecode1024
bytecode1024 commented Apr 20, 2020

Describe the bug

I found that if an item of a simple list contains sub-components, they were regenerated after the component containing the list is mounted.

Is this a bug or simply a misuse of a simple list?

To Reproduce

Steps to reproduce the behavio

wideweide
wideweide commented Mar 25, 2020

I want to format some selection node to some other ,but not found the api,some function like :

  1. import some css, that can redefine the style
  2. add some predefined style,that can be apply to selected element
  3. do any replace as I want (maybe what I need is get selection's element node,content,then set content)

add parent element div and class

<p>autor: abc</p><p>date:2020...</>
-
pitust
pitust commented Jul 4, 2019

This uses the latest release of Onsen UI. In case the issue is not reproducible in desktop browsers, just follow the previous steps and also modify the platform version at the end (you can also open the mentioned site on a device).

Environment

Onsen UI Version: 2.10.8

Framework: react-dom 16.8.6 (I think it also forces react to be 16.8.6)

Framework binding: react-onsenui 1.11

farfromrefug
farfromrefug commented Apr 20, 2020

Right now you can only create a MDCAlertButton with a string title https://github.com/material-components/material-components-ios/blob/bb1fd86511f67a458de5939395d2f7b3dc852a8d/components/Dialogs/src/MDCAlertController.h#L394

However the MDCButton created when instantiating that action can accept a NSAttributedString
So to support NSAttributedString for MDCAlertButton is just a matter

Improve this page

Add a description, image, and links to the material topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the material topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.