Create a Custom Field X (type: List, Subform Only).
Create multiple list entries.
Create a Custom Field Y (type: List), and refer to Field X.
I expect to be able to see and select the list entries in the admin.
Unfortunately Joomla (the default admin template) shows the dropdown too small, it is impossible to see and select entries.
current Joomla
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
Information Required
|
Labels |
Added:
bug
Removed: Information Required |
Labels |
Added:
?
|
Labels |
Added:
Information Required
|
I can replicate this issue in my own component. Writing instructions on how to replicate with a core component now
Steps to replicate this
<field
name="test"
type="list"
label="test"
layout="joomla.form.field.list-fancy-select"
>
<option value="1">test1</option>
<option value="2">test2</option>
<option value="3">test3</option>
<option value="4">test4</option>
<option value="5">test5</option>
<option value="6">test6</option>
<option value="7">test7</option>
<option value="8">test8</option>
<option value="9">test9</option>
<option value="10">test10</option>
</field>
view the changes by going to the options for the users component and then the second tab called email domain options
edit the file again
layout="joomla.form.field.list-fancy-select"
view the changes as before
Conclusion
It is possibly something to do with the list-fancy-select layout when used in a subform.
Or with the repeatable-table layout as the problem is not present with the repeatable layout
Labels |
Removed:
Information Required
|
Could you please add a screenshot?
For me everything looks in normal size.