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

Incorrect behaviour of validation of inputs with default values #1887

Closed
sgauruseu opened this issue Apr 2, 2021 · 0 comments
Closed

Incorrect behaviour of validation of inputs with default values #1887

sgauruseu opened this issue Apr 2, 2021 · 0 comments
Assignees
Labels
Bug Something isn't working

Comments

@sgauruseu
Copy link
Member

  1. Create the double 2-4. Set default value to 0
 <input name="double" type="Double">
      <label>Double</label>
      <indexed>true</indexed>
      <custom-text>Custom text</custom-text>
      <occurrences minimum="2" maximum="4"/>
      <default>0</default>

      <help-text>required 2</help-text>
    </input>
  1. Open wizard for new double 2-4
  2. Fill in the name input and save
  3. Click on Add button, 3 inputs with 0 value are displayed now. (Do not save the content).
  4. Click on remove icon and remove the top input

BUG: Content gest not valid after deleting this input. Validation message appears

image

The same issue in Long 2-4 content (3 is default value in this long input)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants