[5.x]: When using editableTableField, with autosuggest and suggestEnvVars, the dropdown only appears on first table row
Open
@i-just is already working on this.
Since Jun 18, 2024.
bug
- Dominant language
- PHP
- Stars
- 3.6k
- Forks
- 705
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 134
Description
What happened?
Description
Adding a editableTableField inside of a CP as follows:
{% set cols = {
officeCode: {
type: 'autosuggest',
heading: 'Office Code'|t('ats'),
suggestEnvVars: true,
suggestAliases: true,
thin: true,
},
officeToken: {
type: 'autosuggest',
heading: 'Office Token'|t('ats'),
suggestEnvVars: true,
suggestAliases: true,
}
} %}
This parses the ENV vars correctly, but only the first row shows the drop down with ENV var selections and autocomplete.
Steps to reproduce
- Add the above code in a CP tempalte
- Add an extra row
- The suggestions don't appear
Expected behavior
Suggestions should always appear.
Actual behavior
Suggestions don't appear
Craft CMS version
5.2.1
PHP version
8.2
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.