mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
form component fixes (#1726)
- fix ‘readonly highlighting when input fields loaded with values - Start Form raises base ‘FormLoaded’ event (including FormService emits)
This commit is contained in:
committed by
Mario Romano
parent
2a14679603
commit
4dc99ae66a
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -7,7 +7,8 @@
|
||||
"**/.DS_Store": true,
|
||||
"**/*.js": { "when": "$(basename).ts"},
|
||||
"**/*.js.map": { "when": "$(basename)"},
|
||||
"**/*.d.ts": { "when": "$(basename).ts"}
|
||||
"**/*.d.ts": { "when": "$(basename).ts"},
|
||||
"**/coverage": true
|
||||
},
|
||||
"editor.renderIndentGuides": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user