chore: placeholder ux improvements

This commit is contained in:
Anoop M D
2024-08-08 16:00:56 +05:30
parent edb8708dde
commit 29db85a916
6 changed files with 18 additions and 10 deletions

View File

@@ -74,7 +74,7 @@ const PresetsSettings = ({ collection }) => {
id="request-url"
type="text"
name="requestUrl"
placeholder='Enter Request URL'
placeholder='Request URL'
className="block textbox"
autoComplete="off"
autoCorrect="off"

View File

@@ -229,7 +229,7 @@ const NewRequest = ({ collection, item, isEphemeral, onClose }) => {
id="request-name"
type="text"
name="requestName"
placeholder="Enter Request Name"
placeholder="Request Name"
ref={inputRef}
className="block textbox mt-2 w-full"
autoComplete="off"
@@ -262,7 +262,7 @@ const NewRequest = ({ collection, item, isEphemeral, onClose }) => {
id="request-url"
type="text"
name="requestUrl"
placeholder="Enter Request URL"
placeholder="Request URL"
className="px-3 w-full "
autoComplete="off"
autoCorrect="off"