Azeezat Raheem

Results 18 comments of Azeezat Raheem

> Hello! > I want to test my registration form submit, but can't check if submit handler is called. > Here is my form: > > ``` > > Email:...

I deleted the yarn.lock file and installed the dependencies again and that fixed the error.

@brvhprince. Thanks for reporting this issue. Please include the value you passed into your options array.

Hello @AyoCodess Thanks for reporting this issue. Kindly add an example code to help us debug this quickly. Thanks.

Closing - the component has been updated significantly since this issue was posted.

@tszalaj Changing this to the following worked for me ``` max_tokens: 100, top_p: 1, frequency_penalty: 0, presence_penalty: 0 ```

Thanks for the update. I would review the changes.

For single selection ```js setGender(itemValue)} /> ```

for multiple selections ```js Male ), id: 1, }, { name: ( item === 2) ? 'green' : 'red', }}> Female ), id: 2, }, ]} optionLabel={'name'} optionValue={'id'} selectedValue={gender} onValueChange={(itemValue:...