79311900

Date: 2024-12-27 13:24:56
Score: 2
Natty:
Report link

---- Suggested Workaround ---

  1. Use bootstrap-duration-picker that display duration based on value in seconds
  2. Change the ViewModel from TimeSpan to Double.
  3. Send TimeSpan.TotalSeconds() to ViewModel
  4. Convert Double from ViewModel to TimeSpan with TimeSpan.FromSeconds()

=> Work as expected

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Yannick MOLINET