elicit-experiment / frontend

Elicit experiment frontend
Creative Commons Attribution 4.0 International
0 stars 0 forks source link

Freetext value incorrectly set #18

Closed madjens closed 1 week ago

madjens commented 1 week ago

The freetext component is returning incorrect text value when the user changes the text in the box. See example below.

Here the value of the instrument is set to the first value that user inputs i.e. 'd'

However the user continued to type additional text and the end result was 'Adler' marked with green. But the instrument returned 'd' (which was the first thing that they entered. )

In addition, the entity_type and kind field are not filled for the Freetext (marked with red)

image

iainbryson commented 1 week ago

Is this fixed, @madjens ? I believe the only existing issue is the multiple render events

madjens commented 1 week ago

yes it is fixed