[dropdown] is corrupting data (/w multiple enabled & allowAddition)
See original GitHub issueBug Report
Steps to reproduce
https://jsfiddle.net/e8o3psvr/
Expected result
[{
name: "recipient",
value: "Username <user@emaildomain.de>"
}]
[{
name: "recipient",
value: "Username <user@emaildomain.de>"
}]
[{
name: "recipient",
value: "Username Xuser@emaildomain.deX"
}]
Actual result
[{
name: "recipient",
value: "Username <user@emaildomain.de>,Username &lt;user@emaildomain.de&gt;"
}]
[{
name: "recipient",
value: "Username <user@emaildomain.de>,Username &lt;user@emaildomain.de&gt;"
}]
[{
name: "recipient",
value: "Username Xuser@emaildomain.deX"
}]
Version
2.8.8
Also and probably related, discovered in https://github.com/fomantic/Fomantic-UI/pull/2247#issuecomment-1052781930, xx<yy
input produces very strange result.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
AllowAdditions Property - Microsoft Support
Set the AllowAdditions property to No to allow users to view or edit existing records but not add new records.
Read more >ComboBox won't allow me to select an item - Stack Overflow
So, I want to constrain the data to only those items specified in the row source for the combobox - that was my...
Read more >Microsoft Access Performance Tips to Speed up ... - FMS, Inc.
Empty the table and fill it with your data using and Append query. You can then use that table for multiple reports and...
Read more >P6 File Corruption - Ron Winter Consulting LLC
It is applicable to both stand- alone and multi-user installation types. This paper solely focuses on major causes of database data corruption, the...
Read more >Frequently Asked Questions for MS Access and Access VBA
You may like to experiment with using a Look-Up Wizard for the data type here, and setting just the two values 'Male' and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is the last remaining bug for 2.9.0, so…yes… 😉
I am working on it already. PR is on its way.