material
Here are 1,771 public repositories matching this topic...
Expected Behavior
Responsive Videos should show a video on documentation site.
Current Behavior
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.
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
Reproduction
Use StackBlitz to reproduce your issue:
https://stackblitz.com/edit/angular-b8qqaf
Steps to reproduce:
- Create chip list input
https://material.angular.io/components/chips/overview - 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
- Framework7 version: 5.5.5
- Vue.js version: 2.6.11
- Platform and Target: Desktop
- JSFiddle: https://jsfiddle.net/c5ns7fa1/
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
I want to format some selection node to some other ,but not found the api,some function like :
- import some css, that can redefine the style
- add some predefined style,that can be apply to selected element
- 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...</>
-
Is there any way to implement horizontal radio button group?
I might be missing these methods, or easy implementation but I just can't seem to find them in the documentation and examples.
Removing row by index. - You insert and update row by index, however removing row is suddenly by definite field and value or unique Id. I often missed ability to remove a row by its index instead of having to look for a value in that one specific row so that i can remov
Right now the Getting Started section in the README is a bit outdated.
People who are just getting started with this library are not likely to have all of the dependencies needed (latest version of VS, .NET Core
Reproduction:
Go to https://mdbootstrap.com/docs/jquery/components/pagination/ , check the generated html code for one of the pagination expamples, there are two "waves-effect" in a element class.
<li class="page-item"><a class="page-link waves-effect waves-effect">2</a></li>
java.lang.NoSuchMethodError: No virtual method into(Landroid/widget/ImageView;)Lcom/bumptech/glide/request/target/Target; in class Lcom/bumptech/glide/RequestBuilder; or its super classes (declaration of 'com.bumptech.glide.RequestBuilder' appears in /data/app/net.quarkapps.ezmeet-2/split_lib_dependencies_apk.apk)
at com.github.florent37.materialviewpager.header.Materi
package.json 如下
{
"name": "atool",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"dev": "yarn serve"
},
"dependencies": {
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
Thes
As I see SpannableString is implement in sample code. I implemented Clickable Span on it. Text became disappear. I tested it in sample code. Is clickable SpannableString supported or not?
-
Updated
May 9, 2020 - Kotlin
AMP
Hi,
I started a new AMP project, and as we do not need to reinvent the wheel, I had reduced the original mui.css version to which I had added some lines that I had injected in the "amp-custom" with a size of 35kb (the limit imposed by google is 50kb)
As proposed here : ampproject/amphtml#2851, I think we should build a mui.css lightweight package for the AMP community a
-
Updated
Jan 7, 2020 - Java
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
-
Updated
Mar 3, 2020 - Java
To add how to trigger snackbar with JS.
Adapted from docs.min.js
. Code as such
//close snackbar on click
$(".snackbar-btn").on("click", function () {
$(this).parent(".snackbar").removeClass("show")
});
//show snackbar on click and auto hide at either after 6000ms or button is click again to show new snackbar
$(".snackbar-toggler").on("click",
can you add documentation for the project or at-least for the public methods? I have two layouts in a frame layout with both widths as match_parent. I want to animate top layout to bottom and I achieved it. I want the animated view to have margin 10dp in left and right with width as match_parent. I tried it but can't achieve it. Can you please help.
The boxes-in-boxes style pattern looks bad and rarely appears in the Material Design guidelines. We should avoid that pattern and apply the outlined button style to the in-card buttons.
The applicable "cards" are, for example:
- lists
- views
- notebooks
- popovers
-
Updated
Apr 30, 2020
Improve this page
Add a description, image, and links to the material topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the material topic, visit your repo's landing page and select "manage topics."
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