You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{options.flatMap((option,i)=>{if(option["hidden"]){return[];}const{ value, text }=option;return[<optionkey={i}value={i}disabled={!!option["disabled"]}>{text??String(value)}</option>,];})}
若果把
tshet-uinh-autoderiver/src/Classes/ParameterSet.tsx
Lines 143 to 150 in b105b69
則有一個問題,以 nk2028/tshet-uinh-examples#60 (comment) 作例,若寫成
則,若用户選擇「附標」後勾選「注音符號」,此時選擇仍為「附標」,但因
<select>
無此<option>
value,介面會顯示成第一個<option>
,即「調值(趙元任)」,但我們未有機制確保選項已加入{ reset: 選項.注音符號 !== false }
,disabled
亦同。徵求 @syimyuzya 意見。
The text was updated successfully, but these errors were encountered: