|
@ -34,7 +34,7 @@ export default function InputPicker(props) { |
|
|
return ( |
|
|
return ( |
|
|
<View className='input-picker'> |
|
|
<View className='input-picker'> |
|
|
<View className='input-box'> |
|
|
<View className='input-box'> |
|
|
<View className='title'>{title}</View> |
|
|
<View className='title'> {title}</View> |
|
|
<Input |
|
|
<Input |
|
|
className='input' |
|
|
className='input' |
|
|
type='text' |
|
|
type='text' |
|
|