Correctly enforce ignore sequence (e.g., comma followed immediately by a space) in the new textarea in InputBarComponent
During study mode full, hide the Expand button
During study mode abbrev, hide the Speak button, unless under special states including CHOOSING_WORD_CHIP, FOCUSED_ON_WORD_CHIP and FOCUSED_ON_LETTER_CHIP for numChips = 1. Fixes #333.
Fix the behavior of clicking the Speak button when spelling words: Fixes #334
If there is only a single word and it is spelled out to be non-empty, speak the word out loud
If there are multiple words, and the user is either choosing a letter chip or focused on a letter chip, it is a no-op.
Adjust the color of the "Expand" button to blue, to make it more salient.
Fix #336: save input textarea text when adding chips.
InputBarComponent
full
, hide theExpand
buttonabbrev
, hide theSpeak
button, unless under special states includingCHOOSING_WORD_CHIP
,FOCUSED_ON_WORD_CHIP
andFOCUSED_ON_LETTER_CHIP
for numChips = 1. Fixes #333.