Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Opacity Crashing for integer value #1892

Merged
merged 1 commit into from
Feb 27, 2025
Merged

Conversation

mehsaandev
Copy link
Contributor

@mehsaandev mehsaandev commented Feb 27, 2025

Ticket: #1841

Testing Schema:

  • For double opacity:
- Form:
            id: getStartedForm
            onSubmit:
              executeCode:
                body: |
                    console.log(test.value);
            styles:
              gap: 24
            children:
              - TextInput:
                  opacity: 0.3
                  styles: 
                  id: test
                  label: hello
              - TextInput:
                  id: test1
                  label: world
              - Button: 
                  label: submit
                  submitForm: true
  • For Integer Opacity:
- Form:
            id: getStartedForm
            onSubmit:
              executeCode:
                body: |
                    console.log(test.value);
            styles:
              gap: 24
            children:
              - TextInput:
                  opacity: 1
                  styles: 
                  id: test
                  label: hello
              - TextInput:
                  id: test1
                  label: world
              - Button: 
                  label: submit
                  submitForm: true

CC: @ridsashabbir @sharjeelyunus

@mehsaandev mehsaandev self-assigned this Feb 27, 2025
@mehsaandev mehsaandev merged commit e28873a into main Feb 27, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants