crc-org / crc-extension

Red Hat OpenShift Local Extension for integration of OpenShift Local clusters with Podman Desktop
Apache License 2.0
12 stars 16 forks source link

[BUG] Editing memory or CPU settings using keybord does not work #212

Open dgolovin opened 1 month ago

dgolovin commented 1 month ago

Couple examples for the messages it shows:

image

image

It is not 'user friendly' to use +/- button to increase memory size from 16Gb to 32Gb ;)

General information

Steps to reproduce

  1. Open settings page
  2. Edit any number value using keyboard

Expected

Easy to change to required number with validation on focus lost event or something similar

Actual

Multiple messages that contradicts itself

Logs

N/A

gbraad commented 1 month ago

Something that can be solved in the UI elements? Most likely, other extension have the same problem.

dgolovin commented 1 month ago

I seems other extension behaves well with numbers in settings. It should be checked why this is happening for crc settings.