-
I would like to ask why “concat_text_input_output” this function needs to do this, connecting the question and answer together and putting them into the big model. Shouldn't we just include the questi…
-
### What are the steps to reproduce?
I want to clear my text input by clicking on a button that is sending an empty string as payload to this text input node.
This is not working: the text input re…
-
In the world of stats in particular it is very common to get CSV (or similar) data dumps where the first row is a header with some sort of information.
Users may want to guarantee that these files ar…
-
```
I suggest a solution to create a input text using placeholder ...
in line 288 : Replace label = $(this).text(); //"Search by " + $(this).text();
by label = $.trim($(this).text()); //"Search by …
-
```
I suggest a solution to create a input text using placeholder ...
in line 288 : Replace label = $(this).text(); //"Search by " + $(this).text();
by label = $.trim($(this).text()); //"Search by …
-
```
If user presses enter and the caret is not at the end of the input box, it
leaves a whitespace on there.
This's caused by the follwing:
In /js/jquery.chat.js Line 108
message.replace(/[\r\n]+/g…
-
```
If user presses enter and the caret is not at the end of the input box, it
leaves a whitespace on there.
This's caused by the follwing:
In /js/jquery.chat.js Line 108
message.replace(/[\r\n]+/g…
-
```
I suggest a solution to create a input text using placeholder ...
in line 288 : Replace label = $(this).text(); //"Search by " + $(this).text();
by label = $.trim($(this).text()); //"Search by …
-
```
I suggest a solution to create a input text using placeholder ...
in line 288 : Replace label = $(this).text(); //"Search by " + $(this).text();
by label = $.trim($(this).text()); //"Search by …
-
Would it be possible to configure shortcut in text inputs? For example, to go to the beginning/end of line.