Skip to content
#

widgets

Here are 782 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
ramsaptami
ramsaptami commented Aug 18, 2021

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:

  1. Go to appsmith.com login and select from saved credentials on the browser
  2. Click on either email or password expecting for a cursor to appear to indicate where the changes needs to
lively
Eluminati
Eluminati commented Aug 20, 2021

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

  1. go to Settings > Personalization > Lock Screen
  2. scroll do

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