From 8a4314b9e5d77a3e6a6346b471cfb24513549e5b Mon Sep 17 00:00:00 2001 From: James Duan Date: Tue, 9 Jan 2024 18:29:41 +0000 Subject: [PATCH] update instruction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41422d0..991cec8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Please build the following form component ![form component mock](./mock.png) * Name input should be validated using the provided mock API to check whether the chosen name is taken or not. +* Name input should be validated as the user is typing. * Location dropdown options should be fetched using the provided mock API. * Component should have a responsive layout * Component should be appropriately styled