question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[dropdown] is corrupting data (/w multiple enabled & allowAddition)

See original GitHub issue

Bug Report

Steps to reproduce

https://jsfiddle.net/e8o3psvr/

Expected result

[{
  name: "recipient",
  value: "Username <user@emaildomain.de&gt"
}]
[{
  name: "recipient",
  value: "Username <user@emaildomain.de&gt"
}]
[{
  name: "recipient",
  value: "Username Xuser@emaildomain.deX"
}]

Actual result

[{
  name: "recipient",
  value: "Username <user@emaildomain.de>,Username <user@emaildomain.de>"
}]
[{
  name: "recipient",
  value: "Username <user@emaildomain.de>,Username <user@emaildomain.de>"
}]
[{
  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:closed
  • Created 2 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
lubber-decommented, Sep 28, 2022

This is the last remaining bug for 2.9.0, so…yes… 😉

2reactions
lubber-decommented, Jul 30, 2022

I am working on it already. PR is on its way.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found