Columns의 filterOptions과 updateOptons 동시 사용 시, 알 수 없는 드롭다운 UI 노출

안녕하세요.

columns의 filterOptions과 updateOptons를 동시에 사용했을 경우, 데이터 수정 시 알 수 없는 dropdown이 나타납니다. (스크린샷 참고)

혹시 두 설정은 함께 사용할 수 없는 것일까요?

columns:
  memo:
  label:  비고
  filterOptions:
    enabled: true
  updateOptions:
    type: query
    resource: ...
    sql: >
      UPDATE user
      SET memo = :value
      WHERE id = :id
    params: 
      - key: email

안녕하세요. columns 안에 dropdown이 따로 없으신걸까요?

@hbkim

네, 드롭다운 설정을 하지 않았음에도 드롭다운이 노출됩니다.