Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: LEAP-724: Fix Textarea required + skipDuplicates (HumanSignal#1705)
* Adjust test to fail with required + skipDuplicates * Fix test to really see the problem * Run only this test for now * Rename validateValue in Textarea to fix validation This method is used to validate text when it's added by user, not to validate the entire value of Textarea result, it has different signature. We could adjust it to validate duplicated texts on submit, but that's improvement and we need just a fix right now. * Return all tests * Unrelated doc for displayMode param + fix FF comment * Fix linting and line endings in some tests ocr + textarea.skip-duplicates * Fix Textarea editing * One more missed thing
- Loading branch information