PromucFlow_constructor/app/client/src/components/designSystems/blueprint
Bhavin K 9143ada0f3
fix: Validation property change in input widget (#6854)
Fixing challenge with the valid property as below:
1. Change the valid prop to an input control like regex
2. the valid field prop should be able to accept undefined apart from boolean
3. Change helper text to > ability to control input validity based on a JS expression.
2021-09-06 15:16:22 +05:30
..
InputComponent fix: Validation property change in input widget (#6854) 2021-09-06 15:16:22 +05:30
ButtonComponent.tsx chore: Remove the unreachable code block (#7000) 2021-09-01 08:42:24 +05:30
CalloutComponent.tsx Make prettier changes (#2337) 2020-12-24 10:02:25 +05:30
CheckboxComponent.tsx Development: Add eslint rules for code consistency (#4083) 2021-04-28 15:58:39 +05:30
CloseButton.tsx Development: Add eslint rules for code consistency (#4083) 2021-04-28 15:58:39 +05:30
DatePickerComponent.tsx BUG-4058 : Inconsistence in the meta properties fallbacks in widgets (#4167) 2021-07-16 17:56:39 +05:30
DatePickerComponent2.tsx Fix-Keep date picker open when selecting time, month, year in Table widget filters (#5991) 2021-07-26 12:29:53 +05:30
DividerComponent.tsx Feature: Line separator widget (#4954) 2021-07-07 15:00:06 +05:30
DropdownComponent.tsx Fix/select widget placeholder (#6677) 2021-08-25 19:37:01 +05:30
IframeComponent.tsx fix: Iframe onUrlChanged Prevented from being triggered on initial mount (#6961) 2021-09-02 17:43:01 +05:30
InputComponent.test.tsx Add eslint rule to disallow console.log (#6717) 2021-08-20 09:43:16 +05:30
ModalComponent.tsx Multiselect Widget (#5228) 2021-08-03 12:08:01 +05:30
RadioGroupComponent.tsx Development: Add eslint rules for code consistency (#4083) 2021-04-28 15:58:39 +05:30
RateComponent.tsx Rate widget (#4891) 2021-07-02 15:25:50 +05:30
SpinnerComponent.tsx Development: Add eslint rules for code consistency (#4083) 2021-04-28 15:58:39 +05:30
SwitchComponent.tsx - Auto fix sort ddestructured props rule 2021-05-13 14:05:39 +05:30
TextComponent.tsx Fix: Break word when text widget content is long (#6211) 2021-08-30 18:54:58 +05:30