mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 03:22:38 +00:00
add autoSuggest option based on option 'value'
This commit is contained in:
@@ -238,7 +238,8 @@ const MetadataEditor = createClass({
|
||||
default={this.props.metadata.lang || ''}
|
||||
onSelect={(value)=>this.handleLanguage(value)}
|
||||
onEntry={(e)=>{this.handleFieldChange('lang', e);}}
|
||||
options={listLanguages()}>
|
||||
options={listLanguages()}
|
||||
autoSuggest={true}>
|
||||
</Combobox>
|
||||
</div>;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user