Skip to content
Snippets Groups Projects
Gabriele De Blasi's avatar
  • 572965b5 · use predefined global images
Gabriele De Blasi's avatar
deleted branch wip-fix-ci at BE-CEM-MRO / Common / www / base-vue3
Gabriele De Blasi's avatar
  • 899b92b9 · use default image for test jobs
Gabriele De Blasi's avatar
pushed new branch wip-fix-ci at BE-CEM-MRO / Common / www / base-vue3
Gabriele De Blasi's avatar
deleted branch wip-fix-ci at BE-CEM-MRO / Common / www / base-vue3
Gabriele De Blasi's avatar
Gabriele De Blasi's avatar
pushed new branch wip-fix-ci at BE-CEM-MRO / Common / www / base-vue3
Lucas Philippe Comte's avatar
Lucas Philippe Comte's avatar
  • 2509b392 · 🚧 Work on Error and warning InputField
Lucas Philippe Comte's avatar
commented on merge request !1 "🚧 WIP Input field" at BE-CEM-MRO / Common / www / base-vue3

I was reworking the components, and forget to bring it back into

Lucas Philippe Comte's avatar
  • d07d5c9d · 🚧 Rework it into <script setup>
Sylvain Fargier's avatar
commented on merge request !1 "🚧 WIP Input field" at BE-CEM-MRO / Common / www / base-vue3

I'm a bit lost, why did you step away from <script setup> component style in your last commit ?

Lucas Philippe Comte's avatar
  • 05eb1bbb · 🚧 Improve basic InputFields
Lucas Philippe Comte's avatar
  • 389960a3 · 🚧 Fix bad import and continue working with the InputField
Lucas Philippe Comte's avatar
Sylvain Fargier's avatar
commented on merge request !1 "🚧 WIP Input field" at BE-CEM-MRO / Common / www / base-vue3

There must be a live value and an edit-value

Sylvain Fargier's avatar
commented on merge request !1 "🚧 WIP Input field" at BE-CEM-MRO / Common / www / base-vue3

inEdit should be a property ?

Sylvain Fargier's avatar
commented on merge request !1 "🚧 WIP Input field" at BE-CEM-MRO / Common / www / base-vue3

Hum, those two input groups look quite similar, no ?...

Sylvain Fargier's avatar
commented on merge request !1 "🚧 WIP Input field" at BE-CEM-MRO / Common / www / base-vue3

There used to be quite some logic on this basic component, please review existing code and doc....

Sylvain Fargier's avatar
commented on merge request !1 "🚧 WIP Input field" at BE-CEM-MRO / Common / www / base-vue3

You're testing DOM input there, not our component....