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

Show label for input checkbox widget #669

Merged
merged 3 commits into from
Oct 4, 2024
Merged

Show label for input checkbox widget #669

merged 3 commits into from
Oct 4, 2024

Conversation

volterra79
Copy link
Member

Closes: #668

Before

Screenshot from 2024-10-02 17-39-22

After

Screenshot from 2024-10-02 17-45-37

@volterra79 volterra79 added bug Something isn't working backport to v3.10.x labels Oct 2, 2024
@volterra79 volterra79 added this to the v3.11 milestone Oct 2, 2024
@volterra79 volterra79 self-assigned this Oct 2, 2024
@volterra79 volterra79 changed the title Show label fro input checkbox widget Show label for input checkbox widget Oct 2, 2024
@volterra79 volterra79 requested a review from Raruto October 2, 2024 15:54
Copy link
Collaborator

@Raruto Raruto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

…urrent input value. Chnage in one point of code changeInput method) No need to set on GlobalTabs or other methods. this.statefeature is referred to this feature
@volterra79 volterra79 requested a review from Raruto October 3, 2024 10:54
@volterra79 volterra79 merged commit e18d7c2 into dev Oct 4, 2024
@volterra79 volterra79 deleted the issue_668 branch October 4, 2024 08:45
Copy link

github-actions bot commented Oct 4, 2024

The backport to v3.10.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-v3.10.x v3.10.x
# Navigate to the new working tree
cd .worktrees/backport-v3.10.x
# Create a new branch
git switch --create backport-669-to-v3.10.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 e18d7c2c235c161409c857e7371af9b01d5e0233
# Push it to GitHub
git push --set-upstream origin backport-669-to-v3.10.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v3.10.x

Then, create a pull request where the base branch is v3.10.x and the compare/head branch is backport-669-to-v3.10.x.

volterra79 added a commit that referenced this pull request Oct 4, 2024
* 🐛Show label when edit input

* 🐛 Need to check if value is Boolena. In this case no need to convert in string

* 🐛 Every time an input change, nee to set this.feature property with current input value. Chnage in one point of code changeInput method) No need to set on GlobalTabs or other methods. this.statefeature is referred to this feature
volterra79 added a commit that referenced this pull request Oct 4, 2024
* 🐛Show label when edit input

* 🐛 Need to check if value is Boolena. In this case no need to convert in string

* 🐛 Every time an input change, nee to set this.feature property with current input value. Chnage in one point of code changeInput method) No need to set on GlobalTabs or other methods. this.statefeature is referred to this feature
volterra79 added a commit that referenced this pull request Oct 4, 2024
* Show label for input checkbox widget (#669)

* 🐛Show label when edit input

* 🐛 Need to check if value is Boolena. In this case no need to convert in string

* 🐛 Every time an input change, nee to set this.feature property with current input value. Chnage in one point of code changeInput method) No need to set on GlobalTabs or other methods. this.statefeature is referred to this feature

* Show label for input checkbox widget (#669)

* 🐛Show label when edit input

* 🐛 Need to check if value is Boolena. In this case no need to convert in string

* 🐛 Every time an input change, nee to set this.feature property with current input value. Chnage in one point of code changeInput method) No need to set on GlobalTabs or other methods. this.statefeature is referred to this feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport to v3.10.x bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Input CheckBox widget doesn't show label
2 participants