Emma Ray
Emma Ray
This fixes a rather annoying bug where a collapsed (hidden) menu still accepts touches (it's an edge case that I managed to trigger several times). This might not be the...
Has any work been done on a questionType that would support date or time entry? In my use case it's fairly common for surveys to ask for a time of...
# Checklist - [X] I have described what this PR contains **Choose one of the following two options:** - - [X] This PR does not introduce major changes - -...
When the footer is aligned vertically an element in the survey (such as a button), that element becomes unclickable. This is because the absolute-positioned footer covers the entire width of...
I've implemented the provided example (arc-basic-events), and am noticing an issue where the subscription payload doesn't resolve correctly and is sent to client(s) as null. The cause seems to be...
### onValueCommit not called when start/end are equal ### Description For multi-value sliders where two values are allowed to overlap, `onValueCommit` will not be called for overlapping values. #1760 ###...