widgets
Here are 811 public repositories matching this topic...
-
Updated
Nov 16, 2021 - Java
-
Updated
Sep 30, 2021 - Swift
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
An input widget set to the Number type and with a Default text of 0 is not included in Form1.data on page load. You have to change its value to include it. This also happens if the Default is changed back to 0 by setting it from a store value.
Steps To Reproduce
- Add a form
-
Updated
Nov 15, 2021 - TypeScript
Describe the bug
Any Window Manager that supports Snap Layouts on Windows 11, will eventually crash Lively if the Snap Layouts overlay gets displayed. An error stating that Windows Explorer restarted 2 times, within 30 seconds appears, also notifying about the disabling of the wallpapers.
To Reproduce
Steps to reproduce the behavior:
- Go to any Snap Layout supporting window
- Hov
-
Updated
Nov 14, 2021 - TypeScript
-
Updated
Nov 15, 2021 - Rust
-
Updated
Nov 16, 2021 - TypeScript
-
Updated
Nov 16, 2021 - JavaScript
-
Updated
Sep 7, 2021 - JavaScript
-
Updated
Oct 3, 2021 - CoffeeScript
-
Updated
Nov 16, 2021 - JavaScript
-
Updated
Oct 21, 2021 - Dart
-
Updated
Oct 20, 2021 - Lua
-
Updated
Nov 5, 2021 - TypeScript
-
Updated
Oct 19, 2021 - PLpgSQL
-
Updated
Feb 27, 2021 - Vim script
-
Updated
Dec 8, 2016 - JavaScript
-
Updated
Nov 12, 2021 - Kotlin
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.