Ticket #423 (closed task: fixed)

Opened 2 years ago

Last modified 2 years ago

kauri-forms-sample: dblselect control issues

Reported by: karel Owned by: mpo
Priority: major Milestone: 0.4
Component: modules/kauri-forms Version:
Keywords: Cc:

Description

IE only: dblselect-control doesn't work with integers, see #236)

There is a TODO in the form.submit function

Change History

comment:1 Changed 2 years ago by karel

There's something wrong with integers in general: on submit they always get translated to strings.

comment:2 Changed 2 years ago by karel

  • Status changed from new to closed
  • Resolution set to fixed

In [1818]:

Fix dblselect control

  • properly trim to options object (+refactoring: trimToValue on Options class)
  • accept wire-values that are not in the list when showAddOther is true
  • fix bug in ajax request handling (in IE, $.ajax() doesn't return the xhr object!)

fixes #423

Note: See TracTickets for help on using tickets.