We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b81513 commit 26b771bCopy full SHA for 26b771b
README.md
@@ -1,2 +1,12 @@
1
# tricky-input
2
-Created with CodeSandbox
+
3
+Created with [CodeSandbox](https://codesandbox.io/) & [CRA](https://github.com/facebook/create-react-app)
4
5
+# Requirements
6
7
+You need to implement `<Input />` component with following restrictions:
8
9
+1. You can't use `<input>`, `<textarea>` and `contenteditable` attribute.
10
+2. You can't add event handlers on elements rendered by the `<Input />` component: `addEventListener`, `onChange`, `onClick` and so on.
11
12
+A minimal version of `<Input />` should be able to move cursor, add and remove character. Any additions are welomce!
0 commit comments