new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Mantine · all subjects

calendar/accessibility

4 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

DatePicker keyboard navigation ArrowLeft

When focus is on a date control, pressing ArrowLeft focuses the previous non-disabled date.

DatePicker keyboard navigation ArrowDown

When focus is on a date control, pressing ArrowDown focuses the next non-disabled date in the same column.

DatePicker keyboard navigation ArrowUp

When focus is on a date control, pressing ArrowUp focuses the previous non-disabled date in the same column.

DatePicker aria-label customization example

import { DatePicker } from '@mantine/dates'; function Demo() { return ( <DatePicker getDayProps={(date) => ({ 'aria-label': `Select date ${ date.getMonth() + 1 }/${date.getDate()}/${date.getFullYear()}`, })} getYearControlProps={(date) => ({ 'aria-label': `Select year ${date.getFullYear()}`, })} getMonthControlProps={(date) => ({ 'aria-label': `Select month ${date.getFullYear()}/${date.getMonth()}`, })} /> ); }

Give your agent this brain