Skip to main content

Url Picker

Overview

This picker will be used to validate any URL. This picker is based on RegexPicker.

Configuration

This picker is defined inside template.yaml as shown:

parameters:
properties:
company_website:
title: CompanyWebSite
type: string
description: Company web site
ui:field: UrlPicker
  • https://google.com - Valid
  • http://google.com - Valid
  • https://www.google.com - Valid
  • https://www.google.com/test?query=test - Valid
  • http:/test?query=test - In-Valid