From f5be6074782b31c3db00b9c46fce0424dd021164 Mon Sep 17 00:00:00 2001 From: "David W. Gray" Date: Mon, 22 Jul 2024 16:37:40 -0700 Subject: [PATCH] fix(BFormInput,BFormTextArea): Deprecate trim, lazy, number props in favor of modifiers (#2066) --- .../src/components/BFormInput/BFormInput.vue | 19 ++----------------- .../BFormTextarea/BFormTextarea.vue | 15 ++------------- .../bootstrap-vue-next/src/utils/index.ts | 1 + .../src/utils/normalizeInput.ts | 15 +++++++++++++++ 4 files changed, 20 insertions(+), 30 deletions(-) create mode 100644 packages/bootstrap-vue-next/src/utils/normalizeInput.ts diff --git a/packages/bootstrap-vue-next/src/components/BFormInput/BFormInput.vue b/packages/bootstrap-vue-next/src/components/BFormInput/BFormInput.vue index 3bd72715a..4bf2a31e7 100644 --- a/packages/bootstrap-vue-next/src/components/BFormInput/BFormInput.vue +++ b/packages/bootstrap-vue-next/src/components/BFormInput/BFormInput.vue @@ -27,6 +27,7 @@