From ea13e19ece2deeb4ab9731373f68b1dcf5b6fa88 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 10 Nov 2021 15:43:15 -0300 Subject: file upload --- packages/anastasis-webui/src/components/fields/TextInput.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/anastasis-webui/src/components/fields/TextInput.tsx') diff --git a/packages/anastasis-webui/src/components/fields/TextInput.tsx b/packages/anastasis-webui/src/components/fields/TextInput.tsx index fd0c658ed..4f417730c 100644 --- a/packages/anastasis-webui/src/components/fields/TextInput.tsx +++ b/packages/anastasis-webui/src/components/fields/TextInput.tsx @@ -4,6 +4,7 @@ import { useLayoutEffect, useRef, useState } from "preact/hooks"; export interface TextInputProps { label: string; grabFocus?: boolean; + disabled?: boolean; error?: string; placeholder?: string; tooltip?: string; @@ -33,6 +34,7 @@ export function TextInput(props: TextInputProps): VNode {
{ -- cgit v1.2.3