오브젝트 등록수정 #507
@ -2125,12 +2125,12 @@ export default function StuffDetail() {
|
|||||||
{/* {...register('verticalSnowCover')}*/}
|
{/* {...register('verticalSnowCover')}*/}
|
||||||
{/*/>*/}
|
{/*/>*/}
|
||||||
<CalculatorInput
|
<CalculatorInput
|
||||||
id=""
|
id="verticalSnowCover"
|
||||||
name=""
|
name="verticalSnowCover"
|
||||||
label=""
|
label=""
|
||||||
className="input-light"
|
className="input-light"
|
||||||
value={form.watch('verticalSnowCover') || ''}
|
value={form.watch('verticalSnowCover') || ''}
|
||||||
onChange={()=>{}}
|
onChange={(value) => form.setValue('verticalSnowCover', value)}
|
||||||
options={{
|
options={{
|
||||||
allowNegative: false,
|
allowNegative: false,
|
||||||
allowDecimal: false
|
allowDecimal: false
|
||||||
@ -2197,12 +2197,12 @@ export default function StuffDetail() {
|
|||||||
{/* {...register('installHeight')}*/}
|
{/* {...register('installHeight')}*/}
|
||||||
{/*/>*/}
|
{/*/>*/}
|
||||||
<CalculatorInput
|
<CalculatorInput
|
||||||
id=""
|
id="installHeight"
|
||||||
name=""
|
name="installHeight"
|
||||||
label=""
|
label=""
|
||||||
className="input-light"
|
className="input-light"
|
||||||
value={form.watch('installHeight') || ''}
|
value={form.watch('installHeight') || ''}
|
||||||
onChange={()=>{}}
|
onChange={(value) => form.setValue('installHeight', value)}
|
||||||
options={{
|
options={{
|
||||||
allowNegative: false,
|
allowNegative: false,
|
||||||
allowDecimal: false
|
allowDecimal: false
|
||||||
@ -2721,12 +2721,12 @@ export default function StuffDetail() {
|
|||||||
{/* {...register('verticalSnowCover')}*/}
|
{/* {...register('verticalSnowCover')}*/}
|
||||||
{/*/>*/}
|
{/*/>*/}
|
||||||
<CalculatorInput
|
<CalculatorInput
|
||||||
id=""
|
id="verticalSnowCover"
|
||||||
name=""
|
name="verticalSnowCover"
|
||||||
label=""
|
label=""
|
||||||
className="input-light"
|
className="input-light"
|
||||||
value={form.watch('verticalSnowCover') || ''}
|
value={form.watch('verticalSnowCover') || ''}
|
||||||
onChange={()=>{}}
|
onChange={(value) => form.setValue('verticalSnowCover', value)}
|
||||||
options={{
|
options={{
|
||||||
allowNegative: false,
|
allowNegative: false,
|
||||||
allowDecimal: false
|
allowDecimal: false
|
||||||
@ -2797,12 +2797,12 @@ export default function StuffDetail() {
|
|||||||
{/*/>*/}
|
{/*/>*/}
|
||||||
|
|
||||||
<CalculatorInput
|
<CalculatorInput
|
||||||
id=""
|
id="installHeight"
|
||||||
name=""
|
name="installHeight"
|
||||||
label=""
|
label=""
|
||||||
className="input-light"
|
className="input-light"
|
||||||
value={form.watch('installHeight') || ''}
|
value={form.watch('installHeight') || ''}
|
||||||
onChange={()=>{}}
|
onChange={(value) => form.setValue('installHeight', value)}
|
||||||
options={{
|
options={{
|
||||||
allowNegative: false,
|
allowNegative: false,
|
||||||
allowDecimal: false
|
allowDecimal: false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user