material-ui
Here are 4,489 public repositories matching this topic...
Summary
Folder icon bug
Expected behavior
Display the arrows icons properly when setting
material_theme_arrow_folders is true
Actual behavior
Steps to reproduce
Just change the setting material_theme_arrow_folders,
Please check the full config bellow
...
"
-
Updated
Jun 20, 2020 - Kotlin
Using Material-Kit, I'm unable to figure out how to get the date/time picker to be restricted to time only. Looking at the instructions on GitHub for the plugin as referenced on the Material Kit's documentation and website, the instructions are not clear -- they show how to do it for an older version, but Material Kit is using a modified version, and the instructions shown do not work. Has anyon
-
Updated
Jun 27, 2020 - Kotlin
-
Updated
Jun 28, 2020 - Kotlin
My code:
` <com.arlib.floatingsearchview.FloatingSearchView
android:id="@+id/search_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:floatingSearch_leftActionMode
-
Updated
Jun 21, 2020 - Java
-
Updated
Jul 4, 2019 - Kotlin
I'm working on a React application. We need to override the "onClick" method of the edit button, So that we can perform some actions in between and update the state with current edited row.
I tried the below mentioned code to get the event. The event is fired but I'm not able to get the rowData from the event.
` icons={{
...this.state.tableIcons,
Edit: p
In src/views/SignIn/SignIn.js and /src/views/SignUp/SignUp.js: paddingBototm
contentHeader: {
display: 'flex',
alignItems: 'center',
paddingTop: theme.spacing(5),
paddingBototm: theme.spacing(2),
paddingLeft: theme.spacing(2),
paddingRight: theme.spacing(2)
}
Should be:
contentHeader: {
display: 'flex',
alignItems: 'c
-
Updated
Jun 3, 2020 - JavaScript
The icons are currently hard-coded.
There is already a keyboardIcon prop, but that one controls the icon in the input adornment. I don't really understand why that prop has "keyboard" in its name. It does not show a keyboard on the icon. And one would cli
-
Updated
Oct 26, 2019 - Java
I'm not sure if this will be included when the book is finished, but getting the config values for the .env file requires getting values from a lot of different sources and different configurations. It would be helpful if there was better documentation around that process.
I would love to submit a PR for it, but I haven't been able to figure all of it out myself yet.
🐛 Bug Report
I am looking at smooth-ui for the first time. This is in the doc:
Are those outline buttons? They look exactly like the non-outline buttons:

-
Updated
Mar 26, 2020 - Kotlin
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
Nov 2, 2019 - CSS
-
Updated
Jun 29, 2020 - JavaScript
IconButton does not 'blur' when it loses focus, retaining it's --background-focused class after the mouse or touch leaves the item.
-
Updated
Jul 7, 2020 - C#
Improve this page
Add a description, image, and links to the material-ui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the material-ui topic, visit your repo's landing page and select "manage topics."





What I Want
I want to fixed side menu it should not scrolling with my data.
Description
I have installed react-admin in my react web App project but i am facing side menu scrolling issue. Side menu is scrolling with data.
Steps to reproduce:
I have following the same example that is providing by react-admin and in this example issue can be reproduce on dashboard.
If we will