Multiple input fields for one label

I'm trying to convert an existing form to a filament form, one of the input fields in the form is a combination of two components, an input field, and a select. These two together determine the value of the field on the model.

See screenshot for more context. Currently i've got it "working" in a hacky way, a custom FormField with a custom view. But I want to know if something like this is also possible with plain Filament.
image.png
Was this page helpful?