Skip to content
Snippets Groups Projects
  • permcu's avatar
    5161437c
    Enable autocomplete for subject, teachers & rooms · 5161437c
    permcu authored
    Default value is broken.
    Default value is id, as was before, does not work.
    But object does not work as well, since not the same object.
    
    :value-comparator="(a, b) => a.id === b.id" should work
    but selects the wrong default value and makes the field non editable.
    
    => Bailing for now.
    5161437c
    History
    Enable autocomplete for subject, teachers & rooms
    permcu authored
    Default value is broken.
    Default value is id, as was before, does not work.
    But object does not work as well, since not the same object.
    
    :value-comparator="(a, b) => a.id === b.id" should work
    but selects the wrong default value and makes the field non editable.
    
    => Bailing for now.