New: Added MinAvailability Option to UI

This commit is contained in:
Qstick
2019-10-10 23:20:48 -04:00
parent 5eb7fe958f
commit 1514613f61
25 changed files with 246 additions and 28 deletions

View File

@@ -1,4 +1,5 @@
export const AUTO_COMPLETE = 'autoComplete';
export const AVAILABILITY_SELECT = 'availabilitySelect';
export const CAPTCHA = 'captcha';
export const CHECK = 'check';
export const DEVICE = 'device';
@@ -16,6 +17,7 @@ export const TEXT_TAG = 'textTag';
export const all = [
AUTO_COMPLETE,
AVAILABILITY_SELECT,
CAPTCHA,
CHECK,
DEVICE,