Browse Source

geodata: WIP geodata column type

pull/4140/head
flisowna 2 years ago
parent
commit
96ef23d789
  1. 5
      packages/nc-gui/components/cell/GeoData.vue

5
packages/nc-gui/components/cell/GeoData.vue

@ -50,11 +50,10 @@ const onSubmit = () => {
</script>
<template>
PLACEHOLDER FOR NON-EDITABLE LAT/LONG
<a-popover v-model:visible="editEnabled" placement="bottomLeft" :style="{ maxWidth: '100px' }">
<template #content>
<div>
Test222
{{ JSON.stringify(vModel) }}
<div :style="{ display: 'flex', flexDirection: 'column' }">
<label for="latitude">latitude</label>
<a-input id="latitude" v-model="latitudeInput" />
@ -66,7 +65,7 @@ const onSubmit = () => {
</div>
</div>
</template>
<a-button type="primary" :style="{ width: '100%' }">hej</a-button>
<!-- <a-button type="primary" :style="{ width: '100%' }">hej</a-button> -->
</a-popover>
</template>

Loading…
Cancel
Save