Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Oct 17, 2023
    • rhenck's avatar
      Fix DropDown element · db119241
      rhenck authored
      Was completely broken: not showing at all in Editor, not clickable in 
      Player.
      
      Removed pipe 'aspectInputBackgroundColor'. Replaced by more elegant 
      solution via inherited background-color.
      db119241
    • rhenck's avatar
      RadioGroup: Fix button alignment and streamline CSS · 4a400316
      rhenck authored
      THis component was still somewhat broken after the Material update.
      
      #541
      4a400316
  2. Oct 16, 2023
  3. Sep 08, 2023
  4. Aug 30, 2023
  5. Aug 14, 2023
  6. Aug 11, 2023
  7. Aug 01, 2023
  8. Jul 28, 2023
  9. Jul 17, 2023
  10. Jun 15, 2023
  11. Jun 13, 2023
  12. Jun 11, 2023
  13. Jun 05, 2023
  14. May 22, 2023
  15. May 05, 2023
  16. May 04, 2023
  17. Apr 21, 2023
    • jojohoch's avatar
      [player] Fix ExpressionChangedAfterItHasBeenCheckedError in TextArea · 9dc8dbbd
      jojohoch authored
      - Replace UpdateTextareaPipe with DynamicRowsDirective
      
      The dynamic height of the textarea is calculated based on the available
      width. However, accessing the width of the textarea often results in an
      error.
      For this reason, the calculation is now done using resize and change
      events in conjunction with a timeout to wait for the textarea to render.
      9dc8dbbd
  18. Jan 16, 2023
  19. Jan 11, 2023
Loading