© 2026 Hedgehog Software, LLC
<form.Field name='role' children={(field) => ( <div className='space-y-2'> <Label htmlFor='userRole'> User Role <span className='text-red-500'>*</span> </Label> <Select name={field.name} value={field.state.value ?? ''} onValueChange={(value) => field.handleChange(value as UserRole)} // casting due to type error > <SelectTrigger id='userRole'> <SelectValue placeholder='Select a role' /> </SelectTrigger> <SelectContent> <SelectItem value='administrator'>Administrator</SelectItem> <SelectItem value='editor'>Editor</SelectItem> <SelectItem value='viewer'>Viewer</SelectItem> <SelectItem value='contributor'>Contributor</SelectItem> <SelectItem value='moderator'>Moderator</SelectItem> <SelectItem value='analyst'>Analyst</SelectItem> <SelectItem value='support'>Support</SelectItem> </SelectContent> </Select> <FieldError meta={field.state.meta} /> </div> )} />
https://x.com/tannerlinsley/status/2036583173749162438?s=20
dry-scarlet · this hour
TanStack Start is now the fastest full stack React framework: https://x.com/tan_stack/status/2033949459651158042?s=20
dry-scarlet · 2w ago
https://x.com/tan_stack/status/2031128535470104577?s=20
dry-scarlet · 3w ago