Opened 15 years ago
Last modified 4 years ago
#6157 closed defect
[Patch] Add a readonly attribute in combo fields — at Version 3
| Reported by: | rodo | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 21.10 |
| Component: | Core | Version: | |
| Keywords: | preset read only combo | Cc: | francois.lacombe, KorneySan |
Description (last modified by )
As previously discussed in #409 and #6156 it'll be usefull to have a readonly attribute on combo fields.
These feature is clearly described in TaggingPresets and will be very interesting for external presets in some project like HOT.
Change History (4)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
I've try these attribute, it works, but the value is not shown and I'm afraid it's not enough user-friendly for non techies people.
by , 14 years ago
| Attachment: | 6157.patch added |
|---|
comment:3 by , 14 years ago
| Description: | modified (diff) |
|---|---|
| Summary: | Add a readonly attribute in combo fields → [Patch] Add a readonly attribute in combo fields |
Patch attached. I don't see a reason why to use a custom ListCellRenderer for combo boxes …



Isn't editable property what you're looking for? I didn't actually try it but it's there and it should allow to only select value from list, not enter your own value in edit box.