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

Button count label persists as if ButtonGroup buttons do not exist after adding ButtonGroup #666

Closed
hlayisanimazuze opened this issue Nov 30, 2023 · 0 comments · Fixed by #1253
Assignees
Labels
bug Something isn't working good first issue Good for newcomers v1 Feature required for v1.0 release
Milestone

Comments

@hlayisanimazuze
Copy link
Collaborator

When a button is added to a ButtonGroup (e.g., Button 1), and then another button (Button 2) is added, the button counter fails to increment correctly. Instead of displaying the number 2 for Button 2, it retains the number of the button within the ButtonGroup (e.g., number 1)

Steps to reproduce the behavior:

  1. Go to 'https://function-adminportal-test.shesha.dev/shesha/forms-designer?id=ab1f059d-2476-41b9-ad13-0d1e1497ea85'
  2. Click on buttonGroup component
  3. On the properties panel, click on Customise Button Group
  4. Click on Add Group button
  5. Click on Add New Item
  6. Click on Add New Item again
  7. Actual Results: The second button retain the button number for the button inside the buttonGroup

Expected behavior
The button number should increment every time

image

@hlayisanimazuze hlayisanimazuze added the bug Something isn't working label Nov 30, 2023
@hlayisanimazuze hlayisanimazuze added this to the Backlog milestone Nov 30, 2023
@ihouvet ihouvet added good first issue Good for newcomers v1 Feature required for v1.0 release labels Mar 17, 2024
@ihouvet ihouvet modified the milestones: Backlog, V1 Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers v1 Feature required for v1.0 release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants