Implement #7539
This commit is contained in:
parent
2c6b511a2f
commit
7c83116df1
8 changed files with 32 additions and 9 deletions
|
@ -22,6 +22,15 @@ export function SymbolForm(props: ISymbolFormProps): JSX.Element {
|
|||
type='string'
|
||||
value={props.symbol.id.toString()}
|
||||
isDisabled={true} />
|
||||
<TextInputGroup
|
||||
id='displayedText'
|
||||
labelText={Text({ textId: '@SymbolDisplayedText' })}
|
||||
inputKey='displayedText'
|
||||
labelClassName=''
|
||||
inputClassName=''
|
||||
type='string'
|
||||
value={props.symbol.displayedText}
|
||||
onChange={(value) => props.onChange('displayedText', value)} />
|
||||
<TextInputGroup
|
||||
id='x'
|
||||
labelText={Text({ textId: '@SymbolX' })}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue