upd: text input area
Deskripsi>; - update tambah dan edit deskripsi pengumuman - update tambah dan edit deskripsi divisi No Issues
This commit is contained in:
@@ -106,6 +106,7 @@ export default function EditDivision() {
|
||||
onChange={(value) => {
|
||||
setData({ ...data, desc: value })
|
||||
}}
|
||||
multiline
|
||||
/>
|
||||
</View>
|
||||
</ScrollView>
|
||||
|
||||
@@ -118,6 +118,7 @@ export default function CreateDivision() {
|
||||
placeholder="Deskripsi Divisi"
|
||||
value={dataForm.desc}
|
||||
onChange={(val) => setDataForm({ ...dataForm, desc: val })}
|
||||
multiline
|
||||
/>
|
||||
</View>
|
||||
</ScrollView>
|
||||
|
||||
Reference in New Issue
Block a user