Can't enter a numeric range when creating/modifying a database entry

Hi,

I’m following the Tinder Clone tutorial (https://www.youtube.com/watch?v=9oLsBBZtuaI&ab_channel=BuildingWithBubble) and they have us create an “age-preference” using a numeric range data type. I’m trying to create some fake users for previewing purposes, but I can’t enter anything in the input field for that particular input. It literally won’t let me type anything. Any help is appreciated!


Yeah that’s one of those type of fields where you cannot manually type in.

You should create a backend workflow for creating dummies, and you trigger it from a button on a page. That’s very DIY, but it is how it is.

Or else, you can probably import some data through CSV, but I am not proficient on this and cannot really tell how it works.

This topic was automatically closed after 70 days. New replies are no longer allowed.