Vikas Niranjan

Results 2 issues of Vikas Niranjan

#7223 - Applied the 'cursor-pointer' class to the button component. - Ensured the button element always has the pointer cursor style.

#7247 **Handled empty value in SelectItem component:** - If props.value is an empty string (""), it is now replaced with a unique placeholder "__no_user_input_for_value__" when spreading props into SelectPrimitive.Item. **Why:**...