material
Here are 2,270 public repositories matching this topic...
-
Updated
Sep 18, 2021 - JavaScript
-
Updated
Sep 24, 2021 - HTML
Feature Description
Getting google.maps.Map instance with ViewChild is over complicated and You have to use setTimeout to wait for map init. Maybe introducing (mapReady) with instance as $event ?
Use Case
I need it to manipulate mapTypes
-
Updated
Sep 16, 2021 - JavaScript
Describe the bug
When createUploaderComponent has been created, emits specification only described the usage as an array (eg. ['update:label', 'change']), later on they added the ability to provide an object for stricter type checking and validation, very much like props.
Currently createUploaderComponent only supports emits as an array and props as an object
**Codepen/jsFid
Is there any way to implement horizontal radio button group?
Suggested code to add to Fields.xaml
<smtx:XamlDisplay
Grid.Row="1"
Grid.Column="4"
UniqueKey="fields_30">
<StackPanel>
<CheckBox
x:Name="MaterialDesignOutlinedPasswordFieldTextCountComboBox"
Content="View Text Input Count"/>
-
Updated
Oct 15, 2021 - JavaScript
-
Updated
Oct 5, 2021 - Vue
-
Updated
Aug 2, 2021 - JavaScript
-
Updated
Sep 30, 2021 - JavaScript
-
Updated
Oct 12, 2018 - Java
-
Updated
Aug 28, 2021 - TypeScript
-
Updated
Jul 18, 2021 - Java
-
Updated
Oct 11, 2021 - Kotlin
-
Updated
Sep 18, 2021 - Java
-
Updated
Aug 23, 2021 - JavaScript
-
Updated
Oct 7, 2021 - Objective-C
-
Updated
Mar 3, 2020 - Java
-
Updated
Sep 17, 2021
-
Updated
Oct 13, 2021 - JavaScript
-
Updated
Sep 27, 2021 - CSS
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."
Problem to solve
The Intersection Observer could be using and taking up resources and affect performance if monitoring of a div, v-card, etc. is not required any longer.
Proposed solution
v-intersect="required ? 'onIntersect' : false"