widgets
Here are 782 public repositories matching this topic...
-
Updated
Aug 3, 2021 - Swift
-
Updated
Aug 20, 2021 - Java
-
Updated
Aug 16, 2021 - TypeScript
[Bug] Cursor does not appear on input boxes when sign-in details are picked from saved credentials
Description
When user selects login details from credentials saved on browser and wants to edit details, cursor does not appear at the location where user clicks for input.
Steps to reproduce the behaviour:
- Go to appsmith.com login and select from saved credentials on the browser
- Click on either email or password expecting for a cursor to appear to indicate where the changes needs to
-
Updated
Aug 20, 2021 - TypeScript
Describe the bug
In windows 10 you can check the option "show lock screen background picture on the sign-in screen" (most bottom checkbox in lockscreen options). When this Checkbox is activated it seems that any picture, which was used before, is taken as a background but not that one which is used by lively.
To Reproduce
- go to Settings > Personalization > Lock Screen
- scroll do
-
Updated
Jul 23, 2021 - Rust
-
Updated
Aug 20, 2021 - TypeScript
-
Updated
Aug 5, 2021 - JavaScript
-
Updated
Feb 24, 2019 - JavaScript
-
Updated
Aug 10, 2021 - CoffeeScript
-
Updated
Aug 20, 2021 - JavaScript
-
Updated
Jul 13, 2021 - Dart
-
Updated
Aug 3, 2021 - Lua
-
Updated
Aug 3, 2021 - TypeScript
-
Updated
Jun 22, 2021 - PLpgSQL
-
Updated
Feb 27, 2021 - Vim script
-
Updated
Dec 8, 2016 - JavaScript
-
Updated
Feb 20, 2021 - Kotlin
-
Updated
Aug 13, 2021 - Swift
Improve this page
Add a description, image, and links to the widgets topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the widgets topic, visit your repo's landing page and select "manage topics."
Right now any
StyleSheethas a list of functions without a default implementation. Implementing aStyleSheetis really annoying, because you have to override all of the functions and not just the thing you want to change.I recently wanted to just change the border_radius of a text_input and I had to write the following code.