use new dropdown in Mzansai Ai pt2
This commit is contained in:
parent
8924bc5af2
commit
99c434ec93
1 changed files with 1 additions and 1 deletions
|
|
@ -403,7 +403,7 @@ class _AiChatState extends State<AiChat> {
|
||||||
width: 230,
|
width: 230,
|
||||||
child: MihDropdownField(
|
child: MihDropdownField(
|
||||||
controller: _ttsVoiceController,
|
controller: _ttsVoiceController,
|
||||||
hintText: "Dropdown",
|
hintText: "AI Voice",
|
||||||
dropdownOptions: _voicesString,
|
dropdownOptions: _voicesString,
|
||||||
editable: true,
|
editable: true,
|
||||||
enableSearch: true,
|
enableSearch: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue