Skip to content
#

widgets

Here are 811 public repositories matching this topic...

TimUntersberger
TimUntersberger commented Mar 1, 2021

Right now any StyleSheet has a list of functions without a default implementation. Implementing a StyleSheet is 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.

impl StyleSheet for Styles {
    fn active(&self) ->
appsmith
sbalaji1192
sbalaji1192 commented Nov 11, 2021

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

  1. Add a form
lively
Andrew-Geo
Andrew-Geo commented Nov 14, 2021

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:

  1. Go to any Snap Layout supporting window
  2. Hov

Improve this page

Add a description, image, and links to the widgets topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the widgets topic, visit your repo's landing page and select "manage topics."

Learn more