customizable
Here are 486 public repositories matching this topic...
Inexplicably, part of the conemu website is written in Russian. Scroll down and note how much of the text is not english.
https://conemu.github.io/en/TabletPC.html
It would be helpful to get the original english docs back. I was trying to figure out how to disable zoom gestures on my touch pad, which happens by accident all the time, but all the docs are non-english.
-
Updated
May 7, 2020 - CSS
Like reddit does, is there a possibility to show tooltip on long press of navigation tab item? Our use case is not to show labels every time because it looks redundant for old users.
So, from android documentation i could see that it can be set through xml as android:tooltipText="ToolTip"
and from code it can be set as view.setTooltipText("ToolTip");
. I don't understand how to `setTooltipTe
-
Updated
Mar 9, 2020 - Go
-
Updated
Jan 18, 2020 - Java
You autocomplete looks good but are there any docs how to style it the way it fits to the respective design ? Would be helpful or better to set in the options
Thanks for this nice plugin
On a high DPI display the scrollbar thumb of scrollbars with autoHeight
might be shown when the area cannot be scrolled. This is (as far as I see) due to the way thumb width and height are calculated. The trackWidth
(respectively height) might be a non-integer number that might not be equal to `
-
Updated
Jun 16, 2018 - Objective-C
-
Updated
Feb 5, 2018 - Objective-C
-
Updated
Jul 29, 2019 - Java
-
Updated
Jan 28, 2020 - Java
-
Updated
Mar 21, 2017 - Objective-C
-
Updated
Feb 24, 2020 - CSS
-
Updated
Apr 24, 2020 - JavaScript
-
Updated
May 16, 2020 - Python
-
Updated
Apr 16, 2020 - Objective-C
-
Updated
Jan 17, 2019 - Swift
-
Updated
May 7, 2020 - Swift
Tested with chrome's developer tools and iphone 6/7/8 simulation. If you click on a multiple select field it does not show a dropdown, instead it automatically selects the first option. You can see this on the Demo page.
-
Updated
Jul 3, 2019 - Swift
-
Updated
Apr 14, 2020 - PHP
I would like to modify the styling of the vertical scrollbar and thumb. In the documentation it is mentioned that to override the default you'll need to so something like
thumbYProps={{ renderer: props => { const { elementRef, ...restProps } = props; return <span {...restProps} ref={elementRef} className="tHuMbY" />; } }}
But in the code [examples](https://github.
When I right-click on a bookmark folder I'd like to see Chrome's default menu. The feature I use the most is "open all bookmarks".
![chrome s default bookmarkbar menu](https://cloud.githubusercontent.com/assets/12143247/13650450/0d00af64-e643-11e5-8f5b-2f50297
-
Updated
Apr 30, 2020 - Swift
-
Updated
Apr 7, 2020 - Python
-
Updated
May 22, 2020 - Kotlin
Step to reproduce :
- On https://vdw.github.io/HideSeek/ go the demo of "Ignore accents"
- As expected typing
Theo
should display Théodore Géricault - Typing
Théo
should display Théodore Géricault but displayNo results found
Improve this page
Add a description, image, and links to the customizable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the customizable topic, visit your repo's landing page and select "manage topics."
Describe the bug
Find-one endpoint
/resource/:id
responses with 500 status code instead of 404, this happens with MongoDB setup.Steps to reproduce the behavior
findOne
access to the public./resource-name/any-invalid-id
.Expected behavior
404 response.
**Sys