From 6c619ab628ed74e0a8d58b2172e2ffa09c183654 Mon Sep 17 00:00:00 2001 From: TheHaf Date: Tue, 25 Jan 2022 22:03:49 +0100 Subject: [PATCH] Add custom input component with spin button look&feel --- vue/src/components/CustomInputSpinButton.vue | 87 ++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 vue/src/components/CustomInputSpinButton.vue diff --git a/vue/src/components/CustomInputSpinButton.vue b/vue/src/components/CustomInputSpinButton.vue new file mode 100644 index 000000000..140c134d4 --- /dev/null +++ b/vue/src/components/CustomInputSpinButton.vue @@ -0,0 +1,87 @@ +// code taken from https://github.com/bootstrap-vue/bootstrap-vue/issues/4977#issuecomment-740215609 and modified + + + + + \ No newline at end of file