feat: Input improvements#763
Conversation
Renames the InputField component to Input across the codebase, including: - Component, type, and file/directory renames - Updates to consumers (DatePicker, RangePicker, Search, Combobox, Command, ColorPicker, FilterChip) - DatePicker.inputFieldProps -> inputProps; RangePicker.inputFieldsProps -> inputsProps - InputFieldProps -> InputProps - Documentation, demos, playground, and Figma Code Connect updates - V1 migration guide updated to reflect the rename The Base UI Input primitive (@base-ui/react/input) was already in use; no runtime behavior changes.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (36)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 25 minutes and 45 seconds.Comment |
Summary
InputFieldcomponent toInputacross the package, including types, files, and directory (input-field→input).DatePicker,RangePicker,Search,Combobox,Command,ColorPicker,FilterChip) and renameDatePicker.inputFieldProps→inputPropsandRangePicker.inputFieldsProps→inputsProps.InputFieldProps→InputProps.Inputprimitive was already in use.