1.the display of the imagelist custom field is different when you have select multiple
5.4
The display of the imagelist field should be the same no matter if you have select multiple or not
When the field is set to multiple then it has a fixed display of three images
When the field is not set to multiple then the field is a dropdown select
No response
No response
| Labels |
Added:
bug
|
||
| Labels |
Added:
No Code Attached Yet
|
||
~I dont care why it happens. The issue is that there should be no difference between single and multiple input fields
Well, it is not even a bug.
It is <select multiple> behavior https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/multiple
That is what @chmst trying to say.
except as it says on that page you can change that behaviour with css
I spent some time searching for a limit in the select
There is a size attribute,
except as it says on that page you can change that behaviour with css
You cannot. All you can do with CSS is to change the size by changing CSS height. But you still will be limited to that size.
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-04-19 17:01:39 |
| Closed_By | ⇒ | brianteeman |
This comes from the height of the input field. All images are in the list but you need to scroll.