Skip to content

Commit

Permalink
fix prompt textbox in dialog api
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed Apr 11, 2024
1 parent 43bc438 commit ec45426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreapps/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class Dialog extends App {
wrapper.appendChild(messageElement);

// FIXME: THIS TEXTFIELD SUCKS!!1
const textField = <label class={["matter-textfiled-filled"]} />;
const textField = <label class={["matter-textfield-filled"]} />;
const inputElement = <input placeholder=" " />;
textField.appendChild(inputElement);
wrapper.appendChild(textField);
Expand Down

0 comments on commit ec45426

Please sign in to comment.