File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 }: Props = $props ();
3838 </script >
3939
40- <label for ={inputId } class =" label w-full" >
40+ <label for ={inputId } class =" w-full" >
4141 <span >{label }</span >
42- <div class =" relative group input-group input-group-divider flex grow flex-row items-center gap-2" >
42+ <div class =" relative flex grow flex-row items-center gap-2" >
4343 {#if Icon }
4444 <Icon />
4545 {/if }
4646 <Input
4747 id ={inputId }
4848 {type }
49- class =" input grow"
49+ class =" grow"
5050 title ={label }
5151 {placeholder }
5252 {autocomplete }
6666 {#if button }
6767 <Button
6868 type =" button"
69- class ={button .class ?? ' variant-filled-primary disabled:opacity-50' }
69+ class ={button .class ?? ' disabled:opacity-50' }
7070 onclick ={button .onClick }
7171 disabled ={button .submits &&
7272 (validationResult === null || (validationResult && ! validationResult .valid ))}
You can’t perform that action at this time.
0 commit comments