Textfield Border Radius seems broken

Resolved

Border radius for filled textfields don't seem to be working. They appear correct in the browser editor and preview but test mode does not apply the border radius. Inspecting the InputDecoration object in the decoration parameter of the textfield in the local code reveals that the borderRadius for enabledBorder, focusedBorder, errorBorder, and focusedErrorBorder all have borderRadius set to 0.0. Manually setting these to the desired border radius works. However, the code delivered does not apply the border radius specified in the browser editor.

The top 3 textfields pictured here are nested in containers to specify custom height. The bottom textfield has no container. The container does not seem to be affecting the border radius.

thanks!

1
4 replies