File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
integrations/technology-partner Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 217
217
>
218
218
<input
219
219
required
220
+ pattern =" ^(https:\/\/www\.|https:\/\/)?([a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)+)[a-zA-Z0-9\-\._~:\/\?#[\]@!\$& '\(\)\*\+,;=.]*$"
220
221
class =" web-input-text w-full"
221
- type =" url "
222
+ type =" text "
222
223
placeholder =" https://appwrite.io"
223
224
id =" companyWebsite"
224
225
bind:value ={companyWebsite }
Original file line number Diff line number Diff line change 239
239
>
240
240
<input
241
241
required
242
+ pattern =" ^(https:\/\/www\.|https:\/\/)?([a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)+)[a-zA-Z0-9\-\._~:\/\?#[\]@!\$& '\(\)\*\+,;=.]*$"
242
243
class =" web-input-text"
243
- type =" url "
244
+ type =" text "
244
245
placeholder =" https://appwrite.io"
245
246
id =" companyWebsite"
246
247
bind:value ={companyWebsite }
Original file line number Diff line number Diff line change 723
723
required
724
724
class =" web-input-text"
725
725
type =" text"
726
+ pattern =" ^(https:\/\/www\.|https:\/\/)?([a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)+)[a-zA-Z0-9\-\._~:\/\?#[\]@!\$& '\(\)\*\+,;=.]*$"
726
727
name =" company-website"
727
728
placeholder =" https://company.com"
728
729
aria-label =" Company website"
You can’t perform that action at this time.
0 commit comments