mirror of
https://github.com/tloncorp/landscape.git
synced 2024-11-24 01:37:01 +03:00
Change Endpoint field from 'text' to 'url'
For browsers that support it, this input will validate for basic URL scheme (scheme://etc) and on devices like iPhones may enable the url keyboard.
This commit is contained in:
parent
b570ef083d
commit
e58e434fbd
@ -92,7 +92,7 @@ export const StoragePrefs = () => {
|
||||
disabled={!loaded}
|
||||
required
|
||||
id="endpoint"
|
||||
type="text"
|
||||
type="url"
|
||||
defaultValue={s3.credentials?.endpoint}
|
||||
{...register('endpoint', { required: true })}
|
||||
className="input default-ring bg-gray-50"
|
||||
|
Loading…
Reference in New Issue
Block a user