Skip to content
#

material

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

pere
pere commented Oct 22, 2019

Hi, I have been spending quite sometime wondering why a simple dropdown was not working.
Is not specified on the docs that the must have the class 'dropdown-trigger' (any other is not triggering the dropdown!)

Just a matter of documentation but crucial in order not to waste time :.)
example, this will not work:

<a class='dropdown-button-example btn' href='#' data-target='dropdo
huzaima
huzaima commented Sep 25, 2019

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.

components
thariqnu-ifm
thariqnu-ifm commented Dec 17, 2019

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

JeemBeen
JeemBeen commented Oct 16, 2019
  • Framework7 version: 3.x, 4.x, 5.x
  • Platform and Target: Android Cordova

Describe the bug

If you increase font size in Android system settings text in many components is misaligned
e.g. Buttons, Dialog.

To Reproduce

Install Framework7 Kitchen Sink as Cordova app.

Expected behavior

Correct position of component text e.g. Button, Dialog.

Actual Behavior

Wrong or

augiwan
augiwan commented Dec 27, 2015

Please could you add some helpful pointers regarding customizing the card views, for example, adding buttons and setting click listeners for buttons on the card. Most of the available documentation online to set click listeners uses a ViewHolder implementation, but the sample code here utilizes an Adapter implementation. It would really help if you showed some examples. 😄

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

smithshelke
smithshelke commented Jun 24, 2019

New: Changed java.util.Calendar in favor of java.time.LocalDate.

It says that it requires java.time.LocalDate but when I saw through the source code, it is using the back port of LocalDate by org.threeten.bp.LocalDate.
In this version 2.0.0, it is very frustrating to use an additional backport library just to make this library work. Reverting it to java.time.LocalDate wouldn't help either as

konsumer
konsumer commented Nov 8, 2018

I'd be happy to make a PR for flex-layout examples instead of table-layout for all the examples, if there is interest.

I think it would simplify layout, and also be more semantically correct (these things aren't tables.)

Here is an example for AppBar, in react, with branding & a menu, mostly pulled from the example layout:

.mui-appbar {
  display: flex;
  align-items: center;
 
cweitat
cweitat commented Dec 19, 2019

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", 
wahablagoon
wahablagoon commented Aug 6, 2017

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.

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.