PromucFlow_constructor/app/client/src/widgets/InputWidget/component
CommanderRoot a778a98016
chore: replace deprecated String.prototype.substr() (#11928)
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() which works similarily but isn't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-04-13 12:30:38 +05:30
..
CurrencyCodeDropdown.tsx fix: design audit input widget (#8498) 2021-11-01 20:14:08 +05:30
index.test.tsx refactor: Widget Development API (#6405) 2021-09-09 20:40:22 +05:30
index.tsx feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
ISDCodeDropdown.tsx fix: design audit input widget (#8498) 2021-11-01 20:14:08 +05:30
utilities.test.ts fix: Improper formatting for Input Widget for DataType currency (#9050) 2021-12-30 00:40:01 -08:00
utilities.ts chore: replace deprecated String.prototype.substr() (#11928) 2022-04-13 12:30:38 +05:30