osrd icon indicating copy to clipboard operation
osrd copied to clipboard

front: fix combo box suggestions in stdcm

Open RomainValls opened this issue 1 year ago • 2 comments

closes #9296

RomainValls avatar Oct 24 '24 10:10 RomainValls

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0% with 10 lines in your changes missing coverage. Please review.

Project coverage is 39.61%. Comparing base (bae2942) to head (5b35e80). Report is 621 commits behind head on dev.

Files with missing lines Patch % Lines
...dcm/components/StdcmForm/StdcmOperationalPoint.tsx 0.00% 9 Missing and 1 partial :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##                dev    #9447      +/-   ##
============================================
- Coverage     39.62%   39.61%   -0.02%     
  Complexity     2270     2270              
============================================
  Files          1300     1300              
  Lines         99158    99173      +15     
  Branches       3282     3283       +1     
============================================
- Hits          39294    39283      -11     
- Misses        57931    57957      +26     
  Partials       1933     1933              
Flag Coverage Δ
core 75.06% <ø> (-0.02%) :arrow_down:
editoast 73.27% <ø> (-0.04%) :arrow_down:
front 10.23% <0.00%> (-0.01%) :arrow_down:
gateway 2.19% <ø> (ø)
osrdyne 3.28% <ø> (-0.01%) :arrow_down:
railjson_generator 87.49% <ø> (ø)
tests 86.71% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Oct 24 '24 10:10 codecov-commenter

Added a dependency to operationalPointsSuggestions, previous input value isn't visible anymore while typing a new value. There's still a frame, after typing in the input, where the suggestions seem to be sorted again, but this is the behavior in dev.

RomainValls avatar Oct 29 '24 14:10 RomainValls

Not relevant anymore, the bug was fixed by this PR: https://github.com/OpenRailAssociation/osrd/pull/10293

clarani avatar Jan 09 '25 14:01 clarani