mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 16:35:02 +02:00
- Reduce duplication with loadWebComponent() by making it a function & exporting
- Start to implement readonly attribute
This commit is contained in:
@ -415,6 +415,10 @@ export const Et2InputWidget = <T extends Constructor>(superClass: T) =>
|
||||
{
|
||||
return {
|
||||
...super.properties,
|
||||
readonly: {
|
||||
type: Boolean,
|
||||
reflect: true
|
||||
},
|
||||
value: {attribute: false}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user