diff --git a/components/i/Create.vue b/components/i/Create.vue
index d5c69ce6c93332c40f674458b3a1971f52f21479..f86d062ce3608ca3c5759875c67f1ead92a7531a 100644
--- a/components/i/Create.vue
+++ b/components/i/Create.vue
@@ -12,6 +12,7 @@
:rows="5"
variant="none"
:padded="false"
+ maxlength="2000"
/>
+
+
+
+
+
+
+
+
+
+
diff --git a/components/i/library/thread.vue b/components/i/library/thread.vue
index 677eb3a4cd439dfc35954b9e12f6e4c48dbf446a..14d30d6b8b974e6c608a0bfc5e5e8ab21b78b19e 100644
--- a/components/i/library/thread.vue
+++ b/components/i/library/thread.vue
@@ -40,6 +40,7 @@
variant="ghost"
size="2xs"
icon="i-heroicons-plus"
+ @click="handleOpenSelect"
/>
@@ -55,12 +56,23 @@
\ No newline at end of file
diff --git a/components/i/search/Ask.vue b/components/i/search/Ask.vue
index 6ee6d4d388623a68aeb60d9742a9686c208ea183..faefb51310ab2941b493d5b1c58cb5b1a32b9f29 100644
--- a/components/i/search/Ask.vue
+++ b/components/i/search/Ask.vue
@@ -16,6 +16,7 @@
size="xl"
:padded="false"
variant="none"
+ maxlength="2000"
/>
+