File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ export default function CoreRecruit() {
256256 onValueChange = { handleValueChange ( 'name' ) }
257257 variant = 'bordered'
258258 labelPlacement = 'outside'
259- placeholder = ' '
259+ placeholder = '이름을 입력해주세요 '
260260 disableAutoFocus
261261 className = '!mt-[10px]'
262262 classNames = { {
@@ -296,7 +296,7 @@ export default function CoreRecruit() {
296296 onValueChange = { handleValueChange ( 'phone' ) }
297297 variant = 'bordered'
298298 labelPlacement = 'outside'
299- placeholder = ' '
299+ placeholder = '010-1234-5678 '
300300 inputMode = 'tel'
301301 disableAutoFocus
302302 className = '!mt-[10px]'
@@ -360,7 +360,7 @@ export default function CoreRecruit() {
360360 onValueChange = { handleValueChange ( 'email' ) }
361361 variant = 'bordered'
362362 labelPlacement = 'outside'
363- placeholder = ' '
363+ 364364 disableAutoFocus
365365 className = '!mt-[10px]'
366366 classNames = { {
You can’t perform that action at this time.
0 commit comments