Skip to content

Commit

Permalink
fix(forms): autosuggest (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder authored May 6, 2024
1 parent d2ca0b8 commit 4d1d3b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion packages/core/forms/src/generator/FormGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ $errorColor: #f00;
<style lang="scss" scoped>
.form-group-label {
display: flex;
justify-content: space-between;
:deep(.k-tooltip p) {
margin: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,6 @@ export default {
},
},
watch: {
idValue: {
handler(newVal, oldVal) {
if (newVal !== oldVal) {
this.updateModel(newVal)
}
},
},
},
async created() {
await this.$nextTick()
let presetEntity
Expand Down

0 comments on commit 4d1d3b6

Please sign in to comment.