Commit Graph

29 Commits

Author SHA1 Message Date
Hiroyasu Nishiyama 15da19dcea fix use of HTML tag or CSS class specification as icon of typedInput 2018-08-06 10:28:02 +09:00
HirokiUchikawa 3c71b815f5 Fix to remove unnecessary typedInput element 2018-07-26 20:13:08 +09:00
Nick O'Leary d8cf86fd6f
Add RED.utils.parseContextKey 2018-07-10 11:41:46 +01:00
Nick O'Leary 372c213c2c
Still parse/export typedInput values even when no options set 2018-07-04 14:23:18 +01:00
Nick O'Leary a5a79d3ab7
Merge branch '0.19' into typedInput-context 2018-07-04 13:37:05 +01:00
Nick O'Leary e6c5cfb703
Do not show TypedInput context options if there's only one available 2018-07-04 13:36:23 +01:00
Hiroyasu Nishiyama 7ca153abd0 fix error on typedInput initialization 2018-07-04 20:50:33 +09:00
Nick O'Leary 33b4774c49
Load typedinput context list from settings 2018-07-03 21:40:58 +01:00
Nick O'Leary c243481432
Add sub options to Inject node 2018-07-03 21:40:58 +01:00
Nick O'Leary bdf87452b6
Reset typedInput option when type changes 2018-06-25 10:39:20 +01:00
Nick O'Leary f5e212ff1e
Refresh type options properly when typedInput.types called 2018-06-21 10:49:39 +01:00
Nick O'Leary 461e6562ca
Allow typedInputs to have options plus value 2018-06-21 10:47:30 +01:00
Nick O'Leary eb6d093e56
Add env-var support to TypedInput 2018-05-21 15:10:06 +01:00
Dave Conway-Jones 884618adfe
remove down carat from typed input with only 1 type 2018-03-20 21:01:10 +00:00
Nick O'Leary e762b7ff48
TypedInput: handle user defined value/labels options
Fixes #1549
2018-01-14 00:24:36 +00:00
tilleul 19e45389e1 Updated regex so custom width using calc() work (#1487)
So far, for typedInput "<input type=text>" fields, only custom styles like "width:100%" or "width:75px" worked. Proposed change allows to use calc() as well like in "width:calc(100% - 120px)"
2017-11-30 13:38:03 +00:00
Nick O'Leary d9dc171c28
Add buffer mode to typedInput 2017-06-13 21:01:27 +01:00
Nick O'Leary fb24dca019
Add JSON Expression editor 2017-03-12 23:52:31 +00:00
Nick O'Leary 0a96259ddf
Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
Nick O'Leary e73216d4c1 Merge branch 'master' into 0.16 2017-01-06 14:30:13 +00:00
Nick O'Leary 0c7705beff
Allow quoted property expressions
Fixes #1101
2017-01-06 11:23:53 +00:00
Nick O'Leary 564902b886 Allow $ and _ at start of property identifiers
Fixes #1063
2016-11-21 21:36:18 +00:00
Nick O'Leary 8caee09ea4 Preserve newlines in jsonata expression via tabs 2016-11-16 13:44:45 +00:00
Nick O'Leary 26f5305593 Add jsonata function help 2016-11-15 23:22:25 +00:00
Nick O'Leary d33029027f Add expression editor for jsonata 2016-11-15 00:19:04 +00:00
Nick O'Leary bf90509526 Add jsonata support to Change/Switch nodes 2016-11-10 23:58:34 +00:00
Nick O'Leary 8a5db8ce4b Handle explicitly set input widths on typedInput 2016-11-08 13:36:32 +00:00
Nick O'Leary 91f16215e5 Make typedInput keyboard navigable 2016-11-08 13:18:28 +00:00
Nick O'Leary 3017442702 Move common components and add searchBox 2016-08-09 10:41:26 +01:00