Force value should not split the value
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3566037. -->
Reported by: [marcus_johansson](https://www.drupal.org/user/385947)
Related to !223
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Currently we have a splitter of each new line after you save a forced value or allowed values for the agent. But only the allowed values actually need to take multiple values. When you add a long prompt for instance for another agent, it now splits this into multiple values.</p>
<p>This will be treated as a bug, since the description always said that this is how it should be working.</p>
<p>Edit: @andrewbelcher correctly pointed out that on lists, you might actually want a hardcoded value that is an array of values. The proposed resolution has changed because of this.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>1. Add a tool<br>
2. Force a value<br>
3. Add multiple lines - only the first one is used.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Add so that you can check a checkbox if you do not want it to split up in multiple lines.</p>
issue