cheelix

Results 2 issues of cheelix

"use client" import React, { useState } from "react"; import "react-modern-calendar-datepicker/lib/DatePicker.css"; import DatePicker from "react-modern-calendar-datepicker"; const App = () => { const [selectedDay, setSelectedDay] = useState(null); return ( ); };...

bug

'Radio Button 1': None, None is the default option, When I change it to '1' 'Radio Button 1': 1, or 'Radio Button 1': '1', no matter the value is int...