-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(TDS-6666): add skipping commas with back slash (#4258)
* replace split with regex for characters escaping * debug the inputs * add choice to skip attribute * fix property use * Update packages/forms/src/UIForm/fields/Enumeration/EnumerationWidget.js Co-authored-by: Jean-Michel FRANCOIS <[email protected]> * Update packages/forms/src/UIForm/fields/Enumeration/EnumerationWidget.js Co-authored-by: Jean-Michel FRANCOIS <[email protected]> * Update packages/forms/src/UIForm/fields/Enumeration/EnumerationWidget.js Co-authored-by: Jean-Michel FRANCOIS <[email protected]> * Update packages/forms/src/UIForm/fields/Enumeration/EnumerationWidget.js Co-authored-by: Jean-Michel FRANCOIS <[email protected]> * Update packages/forms/src/UIForm/fields/Enumeration/EnumerationWidget.js Co-authored-by: Jean-Michel FRANCOIS <[email protected]> * changeset * change var name and add test * refactor skip commas code * generate changeset * delete duplicated code * undefined guards * delete changeset * Update .changeset/forty-cherries-sleep.md * Update .changeset/forty-cherries-sleep.md Co-authored-by: abdelillah <[email protected]> Co-authored-by: Jean-Michel FRANCOIS <[email protected]> Co-authored-by: Romain GUILLAUME <[email protected]>
- Loading branch information
1 parent
582ac76
commit 73c84e6
Showing
3 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@talend/react-forms': patch | ||
--- | ||
|
||
fix: move skipCommas options to schema object instead of component api |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters