diff --git a/app/routes/analyze.tsx b/app/routes/analyze.tsx index 14b5151..a6290ff 100644 --- a/app/routes/analyze.tsx +++ b/app/routes/analyze.tsx @@ -87,14 +87,20 @@ export default function Analyze() {
- setState((s) => ({ ...s, ticker: e.target.value.toUpperCase() }))} placeholder="AAPL" - className="border border-gray-300 rounded-lg px-4 py-2 focus:ring-2 focus:ring-blue-500 text-gray-900" + className="border border-gray-300 rounded-lg px-4 py-2.5 focus:ring-2 focus:ring-blue-500 text-gray-900 placeholder-gray-500" required /> + setState((s) => ({ ...s, date: e.target.value }))} + className="border border-gray-300 rounded-lg px-4 py-2.5 focus:ring-2 focus:ring-blue-500 text-gray-900" + />