mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +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
Vendored
+2
-1
@@ -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