customizable
Here are 134 public repositories matching this topic...
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 4, 2020 - JavaScript
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.
Step to reproduce :
- On https://vdw.github.io/HideSeek/ go the demo of "Ignore accents"
- As expected typing
Theoshould display Théodore Géricault - Typing
Théoshould display Théodore Géricault but displayNo results found
-
Updated
May 10, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
无法返回原生Activity
"react-native-pure-navigation-bar": "^1.4.9",
"react-native": "0.58.0",
"react-native-gesture-handler": "^1.1.0",
"react-navigation": "^3.5.1",
在Andorid实践RN作为组件过程中,从原生Activity跳转RN实现的页面。
在RN内部路由跳转(包括物理按键返回)没问题,但是点击返回按键或者物理按键均无法返回。后来发现快速点击可以返回到原生页面(断点模式下也可以)。大佬有没有什么解决方法。
确认只使用react-navigation时,跳转正常
-
Updated
Jun 16, 2020 - JavaScript
-
Updated
Oct 24, 2019 - JavaScript
-
Updated
Jun 25, 2017 - JavaScript
-
Updated
Jun 15, 2020 - JavaScript
-
Updated
Oct 4, 2019 - JavaScript
Sorry if my issue is not issue, but in your Wiki no explanation how to create an external JSON file to locate Locations.
In Options ( https://github.com/vdw/MapIt/wiki/Options ) you explain what each name means and how to describe them. But personally I missed how to describe locations if I want to use external file.
To call location JSON file need write
locations: 'locations.json',
?
How
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Mar 30, 2020 - JavaScript
-
Updated
Jan 14, 2020 - JavaScript
-
Updated
Sep 28, 2018 - JavaScript
- Color / font size / responsiveness theme should be uniform across all components.
- A simple JSON / SASS file should be able to change that completely.
-
Updated
May 17, 2020 - JavaScript
Bump to version v1.1.0 for dialog message checks. If older version was used and is stored in the computer's local storage, show a modal dialog with the changelog.
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
Feb 21, 2018 - JavaScript
-
Updated
Dec 3, 2019 - JavaScript
-
Updated
Jun 3, 2020 - JavaScript
-
Updated
May 6, 2017 - JavaScript
-
Updated
Apr 22, 2017 - JavaScript
Is your issue related to a problem? Please describe.
When teaching a personal command, select "Execute command(s)".
There is currently no way to know what to write in the "using these sentences ..." field.
Describe the solution you'd like
I would like to have a list of commands that can be executed.
Additional context
Most importantly, I would like to be able to run executabl
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/:idresponses with 500 status code instead of 404, this happens with MongoDB setup.Steps to reproduce the behavior
findOneaccess to the public./resource-name/any-invalid-id.Expected behavior
404 response.
**Sys