ID:133322
 
I recently started using the interface elements to create forms and I like the method a lot better than HTML, easier to change and edit to match visually what you want.

So I thought it would be nice to have a couple more options for elements to use in skins. Some more input type things:

1. Format option for inputs like right, top, center align
2. Type of input for the input so it will only accept say numbers or text.
3. One thats been said alot but more control over grids with the name being displayed, or not being the case
4. Have the grid be like a container,a built in list to the grid, for things like trading, or mailing you can drag and drop the item in there and it acts like a container and you can call the item(s) with winget and then move them to where you want. So you dont have to define a list to work grids. (I know there is a way around this with dummy objects and then assigning a variable of the dummy object to the actually object)

I know these are pretty specific things but they are just examples of uses I ran into while making my forms. I think it would be nice to see some of these implemented and they can be used for several things besides forms
None of this will ever be high priority. Currently there are workarounds for all of those.

The number thing would still be nice, though; until then, we're stuck with checking text2num() to see if the player actually entered a number or not. Then, if they didn't, you have to figure out what to do about it. This is more of a chore than the other things.
In response to Jeff8500
Yeah i know it would never be high priority but I figured I toss it out there to get it thought about. Maybe one of them is pretty easy to be done and can be tossed in with an update who knows. The main one I think would be nice would be the ability to format the text though. I think a lot of people would like to have left or right align for text input.