Migrate `form-input-native-vue` in `app/assets/javascripts/awards_handler.js`
Detected usage of native input inside Vue/JS file.
Please consider using the `GlFormInput` component from `@gitlab/ui`.
This should probably be tackled at the same time as https://gitlab.com/gitlab-org/gitlab/-/issues/418224.
There are two ways to tackle this one:
* Short term fix: a solution similar to https://gitlab.com/gitlab-org/gitlab/-/issues/455638 and https://gitlab.com/gitlab-org/gitlab/-/issues/455642 (and previously https://gitlab.com/gitlab-org/gitlab/-/merge_requests/81552).
* Long term fix: https://gitlab.com/gitlab-org/gitlab/-/issues/418224#note_1469744888
issue