material
Here are 2,282 public repositories matching this topic...
-
Updated
Oct 25, 2021 - JavaScript
-
Updated
Oct 26, 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
Oct 25, 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 24, 2021 - JavaScript
-
Updated
Oct 17, 2021 - Vue
-
Updated
Aug 2, 2021 - JavaScript
-
Updated
Sep 30, 2021 - JavaScript
-
Updated
Oct 12, 2018 - Java
-
Updated
Oct 27, 2021 - TypeScript
-
Updated
Oct 23, 2021 - Java
-
Updated
Oct 11, 2021 - Kotlin
-
Updated
Sep 18, 2021 - Java
-
Updated
Aug 23, 2021 - JavaScript
-
Updated
Oct 27, 2021 - Objective-C
-
Updated
Oct 21, 2021
-
Updated
Mar 3, 2020 - Java
-
Updated
Oct 25, 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"