@@ -129,6 +129,7 @@ if($recordType === 'NOTE'){
mounted: function() {
var self = this;
self.initFields();
+ runMCInitializer('icd-autocomplete');
}
})
</script>